Skip to content

Commit 832e26b

Browse files
committed
don't need an explicit dependency on junit
1 parent dafdbdb commit 832e26b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

buildSrc/src/main/kotlin/openapiprocessor.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
}

buildSrc/src/main/kotlin/openapiprocessor.testInt.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testing {
1515
val test by getting(JvmTestSuite::class)
1616

1717
val testInt by registering(JvmTestSuite::class) {
18-
useJUnitJupiter(libs.versions.junit.get())
18+
useJUnitJupiter()
1919

2020
dependencies {
2121
implementation(project())

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ build-plugins = "2025.9"
99
api = "2024.2"
1010
parser = "2025.5"
1111

12-
junit = "5.9.3"
1312
jacoco = "0.8.7"
1413

1514
[libraries]

0 commit comments

Comments
 (0)