add junit to classpath
This commit is contained in:
@@ -66,6 +66,13 @@ project(":core") {
|
||||
api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
|
||||
api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
|
||||
api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
|
||||
|
||||
testCompile "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"
|
||||
testCompile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
|
||||
testCompile "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user