Change xz compressing level to 6 since CI server does not have enough memory
This commit is contained in:
@@ -33,7 +33,7 @@ import java.util.jar.Manifest;
|
||||
public final class JarUtils {
|
||||
|
||||
public static Optional<Path> thisJar() {
|
||||
CodeSource codeSource = FileUtils.class.getProtectionDomain().getCodeSource();
|
||||
CodeSource codeSource = JarUtils.class.getProtectionDomain().getCodeSource();
|
||||
if (codeSource == null) {
|
||||
return Optional.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user