Skip to content

Commit d96d340

Browse files
committed
Remove redundant JVM options
Both these options are now the default behaviour and so do not need to be provided.
1 parent 0bc5b27 commit d96d340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ ext {
9393
}
9494

9595
def javaArgs = [
96-
"-Xss8M", "-Dsun.java2d.d3d=false", "-Dfile.encoding=UTF-8",
96+
"-Xss8M", "-Dsun.java2d.d3d=false",
9797
"-Dpolyglot.engine.WarnInterpreterOnly=false",
9898
"-Djava.util.Arrays.useLegacyMergeSort=true",
99-
"-DMAPTOOL_DATADIR=.maptool-" + vendor.toLowerCase(), "-XX:+ShowCodeDetailsInExceptionMessages",
99+
"-DMAPTOOL_DATADIR=.maptool-" + vendor.toLowerCase(),
100100
"--add-opens=java.desktop/java.awt=ALL-UNNAMED", "--add-opens=java.desktop/java.awt.geom=ALL-UNNAMED",
101101
"--add-opens=java.desktop/sun.awt.geom=ALL-UNNAMED", "--add-opens=java.base/java.util=ALL-UNNAMED",
102102
"--add-opens=javafx.web/javafx.scene.web=ALL-UNNAMED", "--add-opens=javafx.web/com.sun.webkit=ALL-UNNAMED",

0 commit comments

Comments
 (0)