mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Cleaned up build.gradle for server modules
This commit is contained in:
parent
270435fe95
commit
070fd7da00
12
build.gradle
12
build.gradle
@ -220,15 +220,13 @@ project(":server:bnls") {
|
||||
apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
// TODO: $gdxVersion is pulling an older file for some reason
|
||||
compile project(":core")
|
||||
compile "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
|
||||
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -240,15 +238,13 @@ project(":server:mcp") {
|
||||
apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
// TODO: $gdxVersion is pulling an older file for some reason
|
||||
compile project(":core")
|
||||
compile "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
|
||||
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -260,15 +256,13 @@ project(":server:d2gs") {
|
||||
apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
// TODO: $gdxVersion is pulling an older file for some reason
|
||||
compile project(":core")
|
||||
compile "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
|
||||
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user