I am developing my program on redhat 6 and I set my permissions in Gradle with
commandLine 'chmod', '-R', '775', '<myFolder>'
This is great but it will not work on Windows. Does Gradle have a platform-independent way of setting program permissions?