Skip to content

Commit

Permalink
Declare explicit runtime dependency on 'junit-platform-launcher' (#4255)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Dec 1, 2023
1 parent 65858c5 commit 1a18adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
}

plugins.withId("java") {
Expand Down

0 comments on commit 1a18adc

Please sign in to comment.