Skip to content

Commit

Permalink
fixup! [SQUASH] Add junit-jupiter-api as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 23, 2024
1 parent 51758ba commit a5c5630
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 @@ -58,6 +58,7 @@ dependencies {

// ↓ Classpath resource for MigrateTestNg* recipes
testRuntimeOnly("org.testng:testng:7.5.1") // 7.5.x is the last Java 8 compatible version: https://github.com/testng-team/testng/issues/2775
implementation("org.junit.jupiter:junit-jupiter-api")

// ↓ to allow using testing recipes in our recipe list
testRuntimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.release") {
Expand Down

0 comments on commit a5c5630

Please sign in to comment.