Skip to content

Commit

Permalink
Fix build.gradle (#381) (#384)
Browse files Browse the repository at this point in the history
* Fix build.gradle

* Fix build.gradle

* Undo changes
  • Loading branch information
AlexRuiz7 committed Sep 9, 2024
1 parent 2735c81 commit 5d11d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distribution/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ configure(subprojects.findAll { ['archives', 'packages'].contains(it.name) }) {
versionFile = {
copySpec {
from(rootProject.file('VERSION'))
fileMode 0644
filePermissions{
unix 0644
}
}
}

Expand Down

0 comments on commit 5d11d9d

Please sign in to comment.