1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-09-01 01:51:56 +02:00

remove junit-4.13

This commit is contained in:
soloturn
2022-01-03 15:50:47 +01:00
parent 9911c507b2
commit 1ef49d33e5
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ dependencies {
implementation("org.graalvm.js:js:21.3.0")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.8.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("junit:junit:4.13.2")
}
group = "com.rarchives.ripme"