Skip to content

Commit

Permalink
build(build-logic): specify `org.junit.platform:junit-platform-launch…
Browse files Browse the repository at this point in the history
…er` as runtime-only
  • Loading branch information
Siroshun09 committed Mar 7, 2024
1 parent eef7806 commit a39e030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-logic/src/main/kotlin/box.dependencies.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
testImplementation(libs.fastutil)
testImplementation(libs.mockito)
testImplementation(libs.paper)
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly(libs.slf4j.simple)
testRuntimeOnly(libs.snakeyaml)
}

0 comments on commit a39e030

Please sign in to comment.