Skip to content

Commit df3ebed

Browse files
committed
remove explicit dependency on junit
1 parent 2c08ea9 commit df3ebed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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())

0 commit comments

Comments
 (0)