Skip to content

Commit 26ad461

Browse files
committed
avoid explicit junit version
1 parent 11d40dd commit 26ad461

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildSrc/src/main/kotlin/openapiparser.test.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val libs = the<LibrariesForLibs>()
1414
testing {
1515
suites {
1616
val test by getting(JvmTestSuite::class) {
17-
useJUnitJupiter(libs.versions.junit.get())
17+
useJUnitJupiter()
1818
}
1919
}
2020
}

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ checker = "3.53.0"
1111
checkerp = "0.6.61"
1212
jacoco = "0.8.11"
1313
updates = "0.52.0"
14-
junit = "5.13.4"
1514

1615
[libraries]
1716
checker = { module = "org.checkerframework:checker", version.ref = "checker" }

0 commit comments

Comments
 (0)