added compile junit dependency for gradle

This commit is contained in:
Sem van der Hoeven
2020-05-15 20:18:23 +02:00
parent aae0e2db9a
commit aa85e076bf

View File

@@ -57,7 +57,6 @@ project(":core") {
project.ext.lwjglNatives = "natives-windows"
apply plugin: "java-library"
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
@@ -68,6 +67,7 @@ project(":core") {
api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
testCompile "junit:junit:4.12"
compile 'junit:junit:4.12'
testCompile "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
testCompile "com.badlogicgames.gdx:gdx:$gdxVersion"
testCompile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"