We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3e605 commit 15d6156Copy full SHA for 15d6156
build.gradle
@@ -342,7 +342,7 @@ def getSnapshotVersion() {
342
}
343
if (grgit.branch.current().name.contains('-rc')) {
344
logger.lifecycle('Release candidate branch found')
345
- return "${grgit.branch.current().name}"
+ return "${grgit.branch.current().name}-SNAPSHOT"
346
347
logger.lifecycle('Feature branch found')
348
return "feature-${grgit.branch.current().name}-SNAPSHOT"
0 commit comments