-
Notifications
You must be signed in to change notification settings - Fork 634
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
Use sbt 1 to build Lagom itself #1329
Comments
Edit: See PR.
|
Some progress was made in #1796 however something about using Java 11 with sbt 1.2.8 breaks both Lagom's build and Lagom's docs build. I'll have to get back to this later. |
* Drop unnecessary publishLocal before scripted If all is setup properly with scriptedDependencies it shouldn't be necessary to publish locally as an independent step of running scripted. * Use sbt 1 to build Lagom itself Fixes #1329
Fixes lagom#1329 (cherry picked from commit 44abb8c)
Fixes lagom#1329 (cherry picked from commit 44abb8c)
Fixes lagom#1329 (cherry picked from commit 44abb8c)
Fixes lagom#1329 (cherry picked from commit 44abb8c)
Lagom Version
1.4+.
Not sure if we should target 1.4 here or go straight to 1.5.
Expected Behavior
Lagom already cross build its plugin to sbt 0.13 and 1, but Lagom itself is not build using sbt 1. sbt tracks the progress of projects already using sbt 1 here:
https://github.com/sbt/sbt/wiki/library-sbt-1.x-migration
Not to be confused with plugins migration.
Actual Behavior
Lagom is not built with sbt 1.
The text was updated successfully, but these errors were encountered: