Skip to content

Commit

Permalink
build update (JUnit) for future gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzsd committed Dec 18, 2023
1 parent 52f39bd commit 54097a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
compileOnly("org.jetbrains:annotations:24.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

java {
Expand Down

0 comments on commit 54097a1

Please sign in to comment.