Skip to content

Commit

Permalink
Use correct task to release
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Apr 21, 2019
1 parent a62d67a commit 44e77d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ project.afterEvaluate {
}

if (!version.toString().endsWith('-SNAPSHOT')) {
tasks.release.dependsOn 'closeAndPromoteRepository'// , 'srcclr'
tasks.release.dependsOn 'closeAndReleaseRepository'// , 'srcclr'
}
}

Expand Down

0 comments on commit 44e77d4

Please sign in to comment.