1
0
Эх сурвалжийг харах

Add missing dependency on plugin bundle task (#45103)

Mark Vieira 6 жил өмнө
parent
commit
635b55a861

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

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