-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delegate compilation and packaging to bleep
Bleep started its life by extracting the build components of ST, so it only makes sense that it now replaces it. This has a lot of really nice properties. - way better compile performance - we lose very very heavy dependencies - CLI tool is now close to build as graalvm native image - when it is, the sbt plugin can then download and call that native image - that should in turn provide even much much better performance for the conversion itself, at least compared to cold JVM details: - cleanup, `SbtProject` and `PublishedSbtProject` => `ScalaProject` - specify a JVM 17 so bloop will start, plus consistent builds - ignore error when cleaning up
- Loading branch information
1 parent
ad9f226
commit 239f360
Showing
164 changed files
with
3,226 additions
and
978 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.