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
Shows how a Spring Boot application may be configured and packaged to create
native executables with GraalVM Native Image, as well as creating binary distributions (packaged as .zip and .tar.gz),
finally publishing said binaries as assets on a Git release via JReleaser.
Building
$ ./mvnw -Pnative package -DskipTests
Packaging
$ ./mvnw -Pdist package -DskipTests
Releasing
Posting a release from a local environment only when binaries for the current platform are available