Skip to content

Commit

Permalink
Make uploadMavenCentral task, that encompasses other tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Apr 3, 2013
1 parent 832eb53 commit 9de5614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ task forceCandidate {
}
release.dependsOn(forceCandidate)

task uploadMavenCentral(dependsOn: subprojects.tasks.uploadMavenCentral)
task releaseSnapshot(dependsOn: [uploadArtifactory, uploadMavenCentral])

// Ensure our versions look like the project status before publishing
Expand Down

0 comments on commit 9de5614

Please sign in to comment.