Skip to content

Commit f6430f3

Browse files
committed
Performs a SDKMan Minor Release for Milestone releases and Release Candidates
Closes gh-761
1 parent 3e18070 commit f6430f3

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
@@ -456,7 +456,7 @@ task sdkManRelease {
456456
if (project.projectVersion.endsWith("SNAPSHOT")) {
457457
// Do nothing
458458
} else if (project.projectVersion.contains("M") || project.projectVersion.contains("RC")) {
459-
// dependsOn 'sdkMinorRelease'
459+
dependsOn 'sdkMinorRelease'
460460
}
461461
else {
462462
dependsOn 'sdkMajorRelease'

0 commit comments

Comments
 (0)