mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
Fix JDK requirement for debug builds
This commit is contained in:
@@ -353,6 +353,7 @@ tasks.register<Download>("includeJdk") {
|
||||
into(composeResources(""))
|
||||
}
|
||||
}
|
||||
finalizedBy("prepareAppResources")
|
||||
}
|
||||
tasks.register<Copy>("includeSharedAssets"){
|
||||
from("../build/shared/")
|
||||
@@ -510,7 +511,6 @@ afterEvaluate {
|
||||
dependsOn(
|
||||
"includeCore",
|
||||
"includeJavaMode",
|
||||
"includeJdk",
|
||||
"includeSharedAssets",
|
||||
"includeProcessingExamples",
|
||||
"includeProcessingWebsiteExamples",
|
||||
@@ -538,7 +538,7 @@ afterEvaluate {
|
||||
}
|
||||
}
|
||||
tasks.named("createDistributable").configure {
|
||||
dependsOn("signResources")
|
||||
dependsOn("signResources", "includeJdk")
|
||||
finalizedBy("setExecutablePermissions")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user