Skip to content

Commit

Permalink
Specify junit launcher to use
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong committed Nov 26, 2024
1 parent 1670c9f commit d189ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ dependencies {

'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
)

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

tasks.withType(KotlinCompile) {
Expand Down

0 comments on commit d189ebd

Please sign in to comment.