Skip to content

Commit

Permalink
Wire plugin publishing to 'final' task and make sure it runs before b…
Browse files Browse the repository at this point in the history
…intray upload
  • Loading branch information
DanielThomas committed Jun 1, 2016
1 parent 8eb8f1e commit b8ab027
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ class NebulaPluginPlugin implements Plugin<Project> {
artifactId = name
}
}
def publishPlugins = tasks.publishPlugins
tasks.final.dependsOn publishPlugins
tasks.bintrayUpload.shouldRunAfter publishPlugins
}

gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
Expand Down

0 comments on commit b8ab027

Please sign in to comment.