Skip to content

Commit

Permalink
Add org.junit.jupiter:junit-jupiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Oct 6, 2024
1 parent d0ce738 commit dd52604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ dependencies {
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testImplementation("com.google.guava:guava:33.3.1-jre")
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.platform:junit-platform-suite-engine")
testImplementation("org.junit.platform:junit-platform-launcher")
}

val isCI = providers.environmentVariable("CI").isPresent
Expand Down

0 comments on commit dd52604

Please sign in to comment.