Skip to content

Commit

Permalink
add task dependency for bintray upload to publication files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Jan 3, 2014
1 parent a465e44 commit 351e0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ task configureBintray << {
bintrayUpload.apiKey = bintrayKey
}

bintrayUpload.dependsOn configureBintray
bintrayUpload.dependsOn configureBintray, project.publishing.publications.plugin.artifacts

bintray {
publications = ['plugin']
Expand Down

0 comments on commit 351e0e6

Please sign in to comment.