mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-23 01:04:24 +07:00
build: removed 'testImplementation' double-imports for tests project
This commit is contained in:
parent
adbbb18685
commit
4081b76025
@ -166,13 +166,6 @@ project(":core") {
|
||||
"implementation"("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
|
||||
"implementation"("com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion")
|
||||
"implementation"("com.badlogicgames.gdx:gdx:$gdxVersion")
|
||||
|
||||
"testImplementation"("junit:junit:4.13.2")
|
||||
"testImplementation"("org.mockito:mockito-core:5.1.1")
|
||||
|
||||
"testImplementation"("com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion")
|
||||
"testImplementation"("com.badlogicgames.gdx:gdx:$gdxVersion")
|
||||
"testImplementation"("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user