Skip to content

Commit

Permalink
Change fileMode to 755 (binary) in startScript task
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed May 2, 2024
1 parent a2c643f commit 5787f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analysis/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ distributions {
into("bin") {
subproject.tasks.findByName("startScripts").let {
from(it!!.outputs.files) {
fileMode = 755
// 7-5-5 in binary
fileMode = 0b111101101
}
}
}
Expand Down

0 comments on commit 5787f0a

Please sign in to comment.