Skip to content

Commit afcf76d

Browse files
committed
Fixed an issue maybe?
1 parent 78f65ee commit afcf76d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
exports org.mangorage.bootstrap.api.loader;
1010

1111
opens org.mangorage.bootstrap;
12+
opens org.mangorage.bootstrap.internal.launch;
1213

1314
provides org.mangorage.bootstrap.api.launch.ILaunchTarget with org.mangorage.bootstrap.internal.launch.MangoBotLaunchTarget;
1415
provides org.mangorage.bootstrap.api.dependency.IDependencyLocator with org.mangorage.bootstrap.internal.launch.MangoBotDependencyLocator;

0 commit comments

Comments
 (0)