mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04: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-platform:$gdxVersion:natives-desktop")
|
||||||
"implementation"("com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion")
|
"implementation"("com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion")
|
||||||
"implementation"("com.badlogicgames.gdx:gdx:$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…
x
Reference in New Issue
Block a user