Skip to content

Commit

Permalink
add explicit dependency on JUnit Platform Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Mar 8, 2024
1 parent 226548d commit 6451f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-logic/src/main/kotlin/dokkabuild.java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tasks.withType<Test>().configureEach {

dependencies {
testImplementation(platform(libs.junit.bom))
testImplementation(libs.junit.platformLauncher)
}

tasks.processResources {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
junit-jupiterApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-jupiterParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher" }

kotest-bom = { module = "io.kotest:kotest-bom", version.ref = "kotest" }
kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
Expand Down

0 comments on commit 6451f51

Please sign in to comment.