Skip to content

Commit 9de5614

Browse files
author
Justin Ryan
committed
Make uploadMavenCentral task, that encompasses other tasks
1 parent 832eb53 commit 9de5614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/release.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ task forceCandidate {
2121
}
2222
release.dependsOn(forceCandidate)
2323

24+
task uploadMavenCentral(dependsOn: subprojects.tasks.uploadMavenCentral)
2425
task releaseSnapshot(dependsOn: [uploadArtifactory, uploadMavenCentral])
2526

2627
// Ensure our versions look like the project status before publishing

0 commit comments

Comments
 (0)