Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fink committed Mar 12, 2017
1 parent 2f7b5a2 commit b0841b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publish-libs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'nebula.source-jar'
apply plugin: 'com.jfrog.bintray'

bintrayUpload.dependsOn { build }
bintrayUpload.dependsOn { generatePomFileForPluginPublicationPublication }
bintrayUpload.dependsOn { generatePomFileForNebulaPublication }

bintray {
user = System.getenv('BINTRAY_USERNAME')
Expand Down

0 comments on commit b0841b4

Please sign in to comment.