Upgrade build to Gradle 8.10

Closes gh-41980
This commit is contained in:
Andy Wilkinson
2024-08-21 12:51:23 +01:00
parent 275d366bec
commit d756bf4e86
24 changed files with 99 additions and 94 deletions

View File

@@ -82,11 +82,11 @@ def configureArchive(archive) {
into "lib/"
}
archive.from(file("src/main/content")) {
dirMode = 0755
fileMode = 0644
dirPermissions { unix(0755) }
filePermissions { unix(0644) }
}
archive.from(file("src/main/executablecontent")) {
fileMode = 0755
filePermissions { unix(0755) }
}
}