JavierSegoviaCordoba / semver-gradle-plugin

Set projects versions based on git tags and following semantic versioning
https://semver-gradle-plugin.javiersc.com
Other
25 stars 3 forks source link

Since Gradle 7.0, `SNAPSHOT` is higher than `RC` stage. #92

Closed JavierSegoviaCordoba closed 1 year ago

JavierSegoviaCordoba commented 1 year ago

Related info in this discussion https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/discussions/91

bric3 commented 1 year ago

Since 7.0 ;)

JavierSegoviaCordoba commented 1 year ago

Fixed with https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/commit/b7504f478b15416250f3d45cb78d1b31080485a9

JavierSegoviaCordoba commented 1 year ago

@bric3 if you try 0.4.0-alpha.1 it has this fix

bric3 commented 1 year ago

Thanks it did solve the issue !