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
Currently the updating process of the hivemq projects involves
checking out every project independently and updating their version in
the gradle.properties file.
To mitigate this repetitive manual work, we introduce the plugins
project with a first Gradle plugin, which updates this version
automatically to the version set in the hivemq project & commits and
pushes the updated versions to the remote-tracking branch.
As the open-source projects should still work as before, the plugins are
only applied optionally, so that contributors do not need the plugins
project.
Furthermore, custom files, in which the current version should also be
updated can be defined via
`project.ext.set("versionUpdaterFiles", files("myFile"))`.
Added Gradle tasks: updateVersion, publishNewVersion
Resolves 1259
0 commit comments