mirror of
https://github.com/ProjectSWGCore/client-holocore.git
synced 2026-01-16 22:04:23 -05:00
Updated jlcommon (added networking)
This commit is contained in:
@@ -12,6 +12,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compile project(':pswgcommon')
|
||||
compile group: 'me.joshlarson', name: 'jlcommon-network', version: '1.0.0'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
module com.projectswg.holocore.client {
|
||||
requires com.projectswg.common;
|
||||
requires me.joshlarson.jlcommon.network;
|
||||
|
||||
exports com.projectswg.holocore.client;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user