Skip to content

Commit fc119f1

Browse files
Fix junit
1 parent 5ed74d7 commit fc119f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
compileOnly("org.projectlombok:lombok:1.18.36")
1313
annotationProcessor("org.projectlombok:lombok:1.18.36")
1414

15-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
15+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1616
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
1717
testImplementation("org.mockito:mockito-core:5.16.0")
1818
testImplementation("org.mockito:mockito-junit-jupiter:5.16.0")

0 commit comments

Comments
 (0)