Slackbot
12/04/2023, 8:26 AMThomas Broyer
12/04/2023, 8:37 AMsetFileMode
on the FileCopyDetails
that eachFile
works on. There's a setFileMode
on the CopySpec
(the one you call eachFile
on), or setMode
on FileCopyDetails
.Vampire
12/04/2023, 12:22 PMsetFileMode
without arguments on project
.
Are you sure you don't have another call somewhere?Javi
12/04/2023, 12:41 PMVampire
12/04/2023, 1:55 PMeachFile {
permissions {
unix("rwxrwxr-x")
// or
unix(0775)
}
}
but that is from the top of my head, no IDE available right nowVampire
12/04/2023, 1:57 PMJavi
12/04/2023, 1:57 PMVampire
12/04/2023, 1:57 PMeachFile {
mode = 0775
}