-
Notifications
You must be signed in to change notification settings - Fork 6k
[Akka-Scala] Add build.sbt to Akka-scala #7076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@ramzimaalej thanks for the enhancement. I did a test with But |
|
@wing328 can you tell me which version of sbt and scala you used to test this. It works for me besides the warning
|
|
|
@wing328 I was not able to reproduce the issue. Could run the same command with this flag |
|
I'll add it to the CI to see if the CI reports similar issue. |
|
CircleCI reports the same error: https://circleci.com/gh/swagger-api/swagger-codegen/2827: |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.Description of the PR
This PR adds sbt build file to build generated clients by akka-scala.