We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac9bc5 commit 4d6726cCopy full SHA for 4d6726c
build.gradle
@@ -153,7 +153,7 @@ tasks.register("shareWorkspace") {
153
}.join("\n")
154
155
try {
156
- waitForCommand("7z a -bsp2 ${archiveFileName} -i@${fileListFileName}")
+ waitForCommand("7z a -mx=0 -bsp2 ${archiveFileName} -i@${fileListFileName}")
157
}
158
finally {
159
file(fileListFileName).delete()
0 commit comments