Skip to content

Commit

Permalink
Fix warnings again that were fixed in #936
Browse files Browse the repository at this point in the history
I accidentally reintroduced them in the most recent merge of main into
feature/native.
  • Loading branch information
lukellmann committed Apr 17, 2024
1 parent f5ce70a commit 3500c53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/live-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ tasks {
withType<AbstractTestTask>().configureEach {
enabled = !System.getenv("KORD_TEST_TOKEN").isNullOrBlank()
}
withType<Test>().configureEach {
useJUnitPlatform()
}
}

0 comments on commit 3500c53

Please sign in to comment.