Skip to content

Commit 72adbe4

Browse files
committed
cleanup
1 parent dd64c18 commit 72adbe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ tasks.jlink.finalizedBy "addUserWritePermission"
296296
task addUserWritePermission(type: Exec) {
297297
if(os.windows) {
298298
commandLine 'icacls', "$buildDir\\image\\legal", '/grant', 'Users:(OI)(CI)F', '/T'
299-
commandLine 'icacls', "$buildDir\\image\\legal\\*"
300-
commandLine 'icacls', "$buildDir\\image\\legal\\java.base\\*"
301299
} else {
302300
commandLine 'chmod', '-R', 'u+w', "$buildDir/image/legal"
303301
}

0 commit comments

Comments
 (0)