We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f47d21 + 694eb0c commit f453ecaCopy full SHA for f453eca
app/build.gradle.kts
@@ -369,6 +369,7 @@ tasks.register<Download>("includeJdk") {
369
into(composeResources(""))
370
}
371
372
+ finalizedBy("prepareAppResources")
373
374
tasks.register<Copy>("includeSharedAssets"){
375
from("../build/shared/")
@@ -526,7 +527,6 @@ afterEvaluate {
526
527
dependsOn(
528
"includeCore",
529
"includeJavaMode",
- "includeJdk",
530
"includeSharedAssets",
531
"includeProcessingExamples",
532
"includeProcessingWebsiteExamples",
@@ -554,7 +554,7 @@ afterEvaluate {
554
555
556
tasks.named("createDistributable").configure {
557
- dependsOn("signResources")
+ dependsOn("signResources", "includeJdk")
558
finalizedBy("setExecutablePermissions")
559
560
-}
+}
0 commit comments