Dir permissions (#1400)

Set dir permission to fix an issue for the nix packagemanager
This commit is contained in:
Stef Tervelde
2026-02-06 15:29:55 +01:00
committed by GitHub
parent 870d1160d7
commit 05bc755557
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ legacyLibraries.forEach { library ->
include("library/**/*")
include("examples/**/*")
into( javaMode("/libraries/$library"))
dirPermissions { unix("rwx------") };
}
bundle.configure {
dependsOn("library-$library-extraResources")