Skip to content

Commit c7042b7

Browse files
committed
fix: testRuntimeOnly("org.junit.platform:junit-platform-launcher")
junit-team/junit-framework#4374 (comment)
1 parent 97d819b commit c7042b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ subprojects {
7777
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
7878
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
7979
testImplementation("org.hamcrest:hamcrest:3.0")
80+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
8081
}
8182

8283
// Reusable license copySpec

0 commit comments

Comments
 (0)