mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-08 23:07:46 +07:00
Moved netty netcode from :server:netty to :core module
This commit is contained in:
@ -239,6 +239,10 @@ project(":core") {
|
||||
// compile "net.mostlyoriginal.artemis-odb:contrib-plugin-singleton:$artemisContribVersion" // TODO: when added
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'io.netty', name: 'netty-all', version: nettyVersion
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
|
||||
@ -331,10 +335,6 @@ project(":server:netty") {
|
||||
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'io.netty', name: 'netty-all', version: nettyVersion
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
Reference in New Issue
Block a user