Skip to content

Commit

Permalink
Remove legacy mergeModules
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 21, 2024
1 parent e8f2275 commit 4e4e33e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ public void createLauncherProfile() throws IOException {
var jvmArguments = new ArrayList<>(List.of(
"-Djava.net.preferIPv6Addresses=system",
"-DignoreList=" + String.join(",", getIgnoreList().get()),
// TODO: is this still relevant in any way?
"-DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar",
"-DlibraryDirectory=${library_directory}"));

jvmArguments.add("-p");
Expand Down

0 comments on commit 4e4e33e

Please sign in to comment.