mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Only sync JDK download when Docker tests that need it will run
Closes gh-50708
This commit is contained in:
+1
-5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user