Skip to content

Commit

Permalink
added junit dependency required for gradle 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Nov 19, 2024
1 parent 9ff0b81 commit 4a959d7
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 @@ -14,6 +14,7 @@ repositories {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation("org.apache.logging.log4j:log4j-api:2.23.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
}
Expand Down

0 comments on commit 4a959d7

Please sign in to comment.