Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release task not creating any artefacts
When the release plugin was upgraded, the configuration was not altered to set a pre-release task needing executed, so no plugin JAR was being created as part of the release step. The `assemble` task is now being set to ensure the JAR exists in the relevant output directory for dependent steps to pick up.
- Loading branch information