[scala] Add SBT buid support for scala client

This commit is contained in:
Jim Schubert
2016-06-16 20:43:58 -04:00
parent 89435850a6
commit ee630337b9
3 changed files with 68 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ public class ScalaClientCodegen extends DefaultCodegen implements CodegenConfig
supportingFiles.add(new SupportingFile( "gradle-wrapper.jar",
gradleWrapperPackage.replace( ".", File.separator ), "gradle-wrapper.jar") );
supportingFiles.add(new SupportingFile("build.sbt.mustache", "", "build.sbt"));
importMapping.remove("List");
importMapping.remove("Set");
importMapping.remove("Map");