Skip to content

Commit

Permalink
new filePermissions directive needs review
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed May 17, 2024
1 parent a6746ee commit 9e7082e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jpos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def jposCopySpec = copySpec {
into("lib") {
from(configurations.runtimeClasspath)
}
/*
filePermissions {
user {
read = true
Expand All @@ -139,6 +140,7 @@ def jposCopySpec = copySpec {
execute = false
}
}
*/
}

task listJars {
Expand Down

0 comments on commit 9e7082e

Please sign in to comment.