Calin
Calin
I have ``` version=0.0.1-SNAPSHOT ``` In the gradle.properties, but when I do release with release.useAutomaticVersion=true, the jars I find in build/libs have the "snapshot" suffix. My build.gradle contains: ``` plugins...
version=0.0.1-SNAPSHOT in gradle.properties is ignored currentVersion returns 0.1.0-SNAPSHOT, but I have no idea where that's coming from. There is no such tag on the repo. ''' $ git tag 0.0.1...
Added another item to troubleshooting macOS