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.
1 parent 75926c8 commit bfa968cCopy full SHA for bfa968c
app/build.gradle.kts
@@ -411,6 +411,7 @@ tasks.register<Copy>("includeJavaMode") {
411
from(java.configurations.runtimeClasspath)
412
into(composeResources("modes/java/mode"))
413
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
414
+ dirPermissions { unix("rwx------") }
415
}
416
tasks.register<Copy>("includeJdk") {
417
from(Jvm.current().javaHome.absolutePath)
java/build.gradle.kts
@@ -81,6 +81,7 @@ legacyLibraries.forEach { library ->
81
include("library/**/*")
82
include("examples/**/*")
83
into( javaMode("/libraries/$library"))
84
+ dirPermissions { unix("rwx------") };
85
86
bundle.configure {
87
dependsOn("library-$library-extraResources")
0 commit comments