Skip to content

Commit 4d6726c

Browse files
committed
LPD-68592 Disable compression, because it's really slow for large files and doesn't save very much
1 parent cac9bc5 commit 4d6726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tasks.register("shareWorkspace") {
153153
}.join("\n")
154154

155155
try {
156-
waitForCommand("7z a -bsp2 ${archiveFileName} -i@${fileListFileName}")
156+
waitForCommand("7z a -mx=0 -bsp2 ${archiveFileName} -i@${fileListFileName}")
157157
}
158158
finally {
159159
file(fileListFileName).delete()

0 commit comments

Comments
 (0)