diff --git a/build.gradle b/build.gradle index 7ee9cf8..4d204cc 100644 --- a/build.gradle +++ b/build.gradle @@ -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"