diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle index 48a57c470d9..36dfdfa2acb 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle @@ -72,10 +72,6 @@ tasks.register("syncJdkDownloads", Sync) { into layout.buildDirectory.dir("downloads/jdk/bellsoft/") } -tasks.named("processDockerTestResources").configure { - dependsOn syncJdkDownloads -} - tasks.named("dockerTest").configure { - dependsOn buildApp + dependsOn buildApp, syncJdkDownloads }