Browse Source

Add missing dependency on plugin bundle task (#45103)

Mark Vieira 6 years ago
parent
commit
635b55a861
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/repository-s3/build.gradle

+ 1 - 1
plugins/repository-s3/build.gradle

@@ -298,7 +298,7 @@ task s3ThirdPartyTests {
 if (useFixture) {
   task integTestECS(type: RestIntegTestTask.class) {
     description = "Runs tests using the ECS repository."
-    dependsOn(project.s3Fixture)
+    dependsOn(project.s3Fixture, 'bundlePlugin')
     runner {
       systemProperty 'tests.rest.blacklist', [
               'repository_s3/10_basic/*',