Forráskód Böngészése

Add missing dependency on plugin bundle task (#45103)

Mark Vieira 6 éve
szülő
commit
635b55a861
1 módosított fájl, 1 hozzáadás és 1 törlés
  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/*',