Merge pull request #3149 from jimschubert/scala_client_refactor

[scala] Add SBT buid support for scala client
This commit is contained in:
wing328
2016-06-18 15:10:04 +08:00
committed by GitHub
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");