You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while (!launcher.getFileName().toString().equals("libraries")) {
59
+
launcher = launcher.getParent();
60
+
61
+
if (launcher == null || launcher.getFileName() == null) {
62
+
thrownewUnsupportedOperationException("Could not detect the libraries folder - it can be manually specified with `-Dforgewrapper.librariesDir=` (Java runtime argument)");
0 commit comments