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.
2 parents 8a3e605 + 15d6156 commit 355d610Copy full SHA for 355d610
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