From 0bdcdfbaf5655987df876b648f0b988ca795ca92 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Sun, 7 Dec 2025 23:15:11 +0000 Subject: Make sure we always set libraryDirectory --- .../java/io/github/zekerzhayard/forgewrapper/installer/Bootstrap.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/io/github/zekerzhayard/forgewrapper/installer/Bootstrap.java b/src/main/java/io/github/zekerzhayard/forgewrapper/installer/Bootstrap.java index 90d3325570..88c3a00742 100644 --- a/src/main/java/io/github/zekerzhayard/forgewrapper/installer/Bootstrap.java +++ b/src/main/java/io/github/zekerzhayard/forgewrapper/installer/Bootstrap.java @@ -62,6 +62,10 @@ public class Bootstrap { } } + if (System.getProperty("libraryDirectory") == null) { + System.setProperty("libraryDirectory", libraryDir); + } + if (modulePath != null) { ModuleUtil.addModules(modulePath); } -- cgit 0.0.5-2-1-g0f52