Added Zutil as dependency and added new ground type datafile
This commit is contained in:
parent
c51a473120
commit
3b9422346a
11 changed files with 80 additions and 39 deletions
|
|
@ -6,6 +6,7 @@ sourceCompatibility = 1.8
|
|||
sourceSets {
|
||||
main {
|
||||
java.srcDirs = [ "src/" ]
|
||||
resources.srcDirs= ["resources/"]
|
||||
}
|
||||
test {
|
||||
java.srcDirs = ["test/"]
|
||||
|
|
@ -13,9 +14,12 @@ sourceSets {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
|
||||
implementation 'se.koc:zutil:1.0.236'
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.5.2"
|
||||
testImplementation "org.junit.platform:junit-platform-runner:1.5.2"
|
||||
api "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue