Setting up #8

This commit is contained in:
Collin Smith
2019-03-21 01:41:50 -07:00
parent 5863c1ce71
commit 030077009b
5 changed files with 221 additions and 1 deletions

View File

@ -209,6 +209,15 @@ project(":server") {
}
}
project(":mpqlib") {
apply plugin: "java"
dependencies {
compile project(":core")
compile "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
}
}
tasks.eclipse.doLast {
delete ".project"
}