Skip to content

Commit

Permalink
Tweak useJUnitJupiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 11, 2025
1 parent 5de6d16 commit 79a576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ testing.suites {
}

withType<JvmTestSuite>().configureEach {
useJUnitJupiter(libs.junit.bom.get().version)
useJUnitJupiter(libs.junit.bom.map { requireNotNull(it.version) })
dependencies {
implementation(libs.assertk)
}
Expand Down

0 comments on commit 79a576a

Please sign in to comment.