Remove JUnit 5 dependencies

Issue gh-674
This commit is contained in:
Joe Grandja
2022-04-20 12:10:17 -04:00
parent 10859ffc09
commit 4d2a675272
8 changed files with 2 additions and 31 deletions

View File

@@ -24,7 +24,3 @@ dependencies {
implementation "org.webjars:bootstrap:3.4.1"
implementation "org.webjars:jquery:3.4.1"
}
tasks.named("test") {
useJUnitPlatform()
}