Skip to content

Commit

Permalink
add explicit dependency to JUnit, which is not bundled anymore in 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen-caps committed Nov 25, 2024
1 parent 9ed0025 commit bca82a6
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 @@ -45,6 +45,7 @@ dependencies {
antlr "org.antlr:antlr4:$antlr4Version"

testImplementation("junit:junit:4.13.2")
testImplementation("org.opentest4j:opentest4j:1.3.0")
}

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit bca82a6

Please sign in to comment.