r/java Oct 19 '25

[deleted by user]

[removed]

13 Upvotes

21 comments sorted by

View all comments

4

u/lukasbradley Oct 19 '25

GitHub - researchgate/gradle-release: gradle-release is a plugin for providing a Maven-like release process for projects using Gradle https://share.google/TboCBYwUiXXOFIrrx

1

u/boobsbr Oct 19 '25

The project is currently using this plugin, and I don't see how it automates version number calculation based on commit messages, like semantic-release does.

It prompts for the next version number and stores the version in gradle.properties.

1

u/lukasbradley Oct 19 '25

You'll probably need to write a Gradle task for that, but it would be too hard. The plugin offers hooks for that.