Skip to content

Commit

Permalink
Set explicit file permissions in NoticeTask (#99206) (#99251)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0ec47aa)
  • Loading branch information
brianseeders authored Sep 6, 2023
1 parent 6a1903a commit 299da9d
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 @@ -411,7 +411,9 @@ configure(subprojects.findAll { ['archives', 'packages'].contains(it.name) }) {
if (testDistro) {
from buildServerNoticeTaskProvider
} else {
from buildDefaultNoticeTaskProvider
from (buildDefaultNoticeTaskProvider) {
fileMode = 0644
}
}
}
}
Expand Down

0 comments on commit 299da9d

Please sign in to comment.