diff --git a/build.gradle.kts b/build.gradle.kts index f41c689831..ea5c67aa1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } } }