Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Apr 18, 2024
1 parent dd64c18 commit 72adbe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ tasks.jlink.finalizedBy "addUserWritePermission"
task addUserWritePermission(type: Exec) {
if(os.windows) {
commandLine 'icacls', "$buildDir\\image\\legal", '/grant', 'Users:(OI)(CI)F', '/T'
commandLine 'icacls', "$buildDir\\image\\legal\\*"
commandLine 'icacls', "$buildDir\\image\\legal\\java.base\\*"
} else {
commandLine 'chmod', '-R', 'u+w', "$buildDir/image/legal"
}
Expand Down

0 comments on commit 72adbe4

Please sign in to comment.