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 b3f0429 commit e43b715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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
testRuntime("org.junit.jupiter:junit-jupiter-api:latest.release")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-api:latest.release")
testImplementation("org.apiguardian:apiguardian-api:latest.release")

// ↓ to allow using testing recipes in our recipe list
Expand Down

0 comments on commit e43b715

Please sign in to comment.