Skip to content

Commit 2fa4841

Browse files
committed
Force permissions to 0755
1 parent c57c9c7 commit 2fa4841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-wrapper/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ project.extensions.getByType(DistributionContainer).configureEach {
8181

8282
from(startScripts) {
8383
into ''
84+
fileMode = 0755
8485
}
8586
}
8687
}

0 commit comments

Comments
 (0)