Skip to content

Commit

Permalink
Add required dependency on junit-platform-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet committed Feb 24, 2025
1 parent d0e6a34 commit e6cc33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies {

testImplementation(platform("org.junit:junit-bom:5.12.0"))
testImplementation("org.junit.jupiter:junit-jupiter")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

wrapperUpgrade {
Expand Down

0 comments on commit e6cc33b

Please sign in to comment.