浏览代码

Add missing dependency on plugin bundle task (#45103)

Mark Vieira 6 年之前
父节点
当前提交
635b55a861
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/*',