We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ab379 commit fd36e5dCopy full SHA for fd36e5d
examples/distro/build.gradle
@@ -70,6 +70,7 @@ subprojects {
70
71
testImplementation("org.mockito:mockito-core:5.15.2")
72
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
73
+ testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
74
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
75
testRuntimeOnly("org.junit.platform:junit-platform-launcher:${versions.junit}")
76
}
0 commit comments