Skip to content

Commit

Permalink
- upgrade install4j JDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Oct 22, 2023
1 parent f42537f commit 87e81a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
<mainclass>mediathek.Main</mainclass>

<!-- Zulu without JavaFX is used on Linux and Windows -->
<install4j.zulu.jdk.version>20/20.0.2</install4j.zulu.jdk.version>
<install4j.jdk.min-version>20</install4j.jdk.min-version>
<install4j.zulu.jdk.version>21/21.0.1</install4j.zulu.jdk.version>
<install4j.jdk.min-version>21</install4j.jdk.min-version>

<!-- VM Parameters Windows x64 -->
<install4j.vmparameters.win.64>-XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact -XX:MaxRAMPercentage=50.0
Expand Down

0 comments on commit 87e81a6

Please sign in to comment.