Skip to content

Commit

Permalink
Use option --jmods-dir NO_JMODS for Mandrel based on JDK 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa authored and zakkak committed Dec 3, 2024
1 parent ec9ef84 commit 148e035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.java
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ static Function<BuildArgs, Tasks.Exec> mxbuild(
List.of(
mx.toString()
, options.verbose ? "-V" : ""
, "--jmods-dir", "NO_JMODS"
, "--trust-http"
, "--no-jlinking"
, "--java-home"
Expand Down

0 comments on commit 148e035

Please sign in to comment.