Fixed module-info not including the networking library

This commit is contained in:
Josh Larson
2019-10-08 20:00:36 -04:00
parent 66f8c60f77
commit f84b584572

View File

@@ -3,6 +3,7 @@ module com.projectswg.forwarder {
requires com.projectswg.holocore.client;
requires org.jetbrains.annotations;
requires me.joshlarson.jlcommon;
requires me.joshlarson.jlcommon.network;
requires java.management;
requires kotlin.stdlib;