Skip to content

Commit

Permalink
Make sure publishPlugins runs after checks have been run
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Jun 1, 2016
1 parent b5fc1a0 commit 89ab275
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class NebulaPluginPlugin implements Plugin<Project> {
}
}
def publishPlugins = tasks.publishPlugins
publishPlugins.dependsOn tasks.check
tasks.final.dependsOn publishPlugins
tasks.bintrayUpload.shouldRunAfter publishPlugins
}
Expand Down

0 comments on commit 89ab275

Please sign in to comment.