Skip to content

Commit

Permalink
make plugin integ test first build plugin bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Sep 18, 2015
1 parent 69dacc5 commit c7652ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class PluginBuildPlugin extends BuildPlugin {
configureRestSpecHack(project)
Task bundle = configureBundleTask(project.tasks)
project.integTest {
dependsOn bundle
cluster {
setup {
run name: "installPlugin", args: ['bin/plugin', 'install', "file://${bundle.outputs.files.asPath}"]
Expand Down

0 comments on commit c7652ad

Please sign in to comment.