Skip to content

Commit

Permalink
removing the run after stipulation as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed Jun 2, 2017
1 parent d17bff6 commit 5d1dfc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ RestIntegTestTask integTestSecure = project.tasks.create('integTestSecure', Rest
}

if (secureFixtureSupported) {
integTestSecure.mustRunAfter(project.integTest)
project.check.dependsOn(integTestSecure)

// Fixture dependencies
Expand Down

0 comments on commit 5d1dfc0

Please sign in to comment.