matrei commented on code in PR #14805:
URL: https://github.com/apache/grails-core/pull/14805#discussion_r2141213493
##########
grails-wrapper/build.gradle:
##########
@@ -97,7 +97,9 @@
project.extensions.getByType(DistributionContainer).configureEach {
from(startScripts) {
into ''
- fileMode = 0755
+ filePermissions { permissions ->
+ permissions.unix("755")
Review Comment:
Do we want to be consistent on the method we use (`unix(String)` vs
`unix(int)`)? I kind of like the `int` variant.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]