Skip to content

Commit

Permalink
chore(obfuscator): fix tests on J9+
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Aug 16, 2022
1 parent 832f34e commit 6e07961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private static void _cacheJvm() {
if (!file.getAbsolutePath().endsWith(".jmod"))
continue;

libs.add(GhostHelper.getJvm(true, runtime, folder));
libs.add(GhostHelper.getJvm(true, file, folder));
}
LOGGER.post("✓ Success");
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=4096m
org.gradle.jvmargs=-Xmx2048m
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true

0 comments on commit 6e07961

Please sign in to comment.