Skip to content

Commit 2e0a163

Browse files
committed
fix
1 parent 0e9f248 commit 2e0a163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dependencies {
4646

4747
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
4848
testImplementation("org.junit.jupiter:junit-jupiter-api")
49-
testImplementation("org.junit.jupiter:junit-jupiter-params")
5049
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
50+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
5151
}
5252

5353
tasks {

0 commit comments

Comments
 (0)