added compile junit dependency for gradle
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user