Skip to content

Commit 355d610

Browse files
committed
Merge #478 from remote-tracking branch 'origin/476-fixUploadArchiveToSonatypeSnapshotRepository'
2 parents 8a3e605 + 15d6156 commit 355d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def getSnapshotVersion() {
342342
}
343343
if (grgit.branch.current().name.contains('-rc')) {
344344
logger.lifecycle('Release candidate branch found')
345-
return "${grgit.branch.current().name}"
345+
return "${grgit.branch.current().name}-SNAPSHOT"
346346
}
347347
logger.lifecycle('Feature branch found')
348348
return "feature-${grgit.branch.current().name}-SNAPSHOT"

0 commit comments

Comments
 (0)