
JReleaser v1.18.0 has just been released! The full list of issues can be found at the v1.18.0 milestone. This release adds support for Nexus3 as a Maven deployer. It also welcomes Forgejo as a releaser, uploader, and deployer. We'd like to thank our most recent contributors as well.
Deploy
Nexus3 becomes a supported deployer. There's no supported for staged deployments for this deployer. The guide has been updated with sample code for deploying snapshot released to Maven Central.
Release
Forgejo may be used as a releaser, deployer, and/or uploader. Codeberg support has been migrated from Gitea to Forgejo.
Package
You may now specify the container executable to be used when creating container images, such as docker
, podman
, or any other compatible executable.
Assemble
NativeImage assembler can create FLAT_BINARY distributions, for cases where a BINARY (zip or tar) distributions are not required.
As always, feedback is welcomed, feel free to file a ticket or start a discussion topic.
Keep on coding!