We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed74d7 commit fc119f1Copy full SHA for fc119f1
buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
compileOnly("org.projectlombok:lombok:1.18.36")
13
annotationProcessor("org.projectlombok:lombok:1.18.36")
14
15
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
16
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
17
testImplementation("org.mockito:mockito-core:5.16.0")
18
testImplementation("org.mockito:mockito-junit-jupiter:5.16.0")
0 commit comments