Skip to content

Commit

Permalink
Fixed gradle compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Jul 2, 2024
1 parent 2d87fd2 commit 3cbb087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ dependencies {
testCompileOnly "com.google.code.findbugs:jsr305:3.0.2"
testImplementation platform("org.junit:junit-bom:5.10.3")
testImplementation "org.junit.jupiter:junit-jupiter"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
}

test {
Expand Down

0 comments on commit 3cbb087

Please sign in to comment.