You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update sbt to 2.0.1
* Fix assembling and serial (non-parallel) testing
* Fix binary checks and uploading
* Update to sbt 2.0.6, fix remaining build output paths
- Bump sbt 2.0.1 -> 2.0.6 (latest stable).
- Fix the AOT test: the binary is moved to the working directory, so it has
to be invoked as ./jelly-cli, not jelly-cli.
- Update publish.yml for the sbt 2 target layout. It was missed earlier, so
releases would have shipped no binaries at all.
- Update the build-from-source paths in the README.
- Silence sbt 2's unused-key lint, which flags the Debian/RPM/Universal
packaging settings that sbt-native-packager defines but we never use.
---------
Co-authored-by: Andriy Plokhotnyuk <plokhotnyuk@gmail.com>
0 commit comments