Skip to content

Commit

Permalink
Improve sample after Gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jun 30, 2023
1 parent 8d44730 commit 8016d82
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ plugins {

group = "org.my"

tasks.test {
useJUnitPlatform()
jvmArgs("-Dorg.slf4j.simpleLogger.defaultLogLevel=error")
testing.suites.named<JvmTestSuite>("test") {
useJUnitJupiter()
targets.configureEach {
testTask {
jvmArgs("-Dorg.slf4j.simpleLogger.defaultLogLevel=error")
}
}
}

dependencies {
Expand Down

0 comments on commit 8016d82

Please sign in to comment.