We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a8852 commit 32965e8Copy full SHA for 32965e8
build.gradle
@@ -21,8 +21,8 @@ subprojects {
21
repositories { mavenCentral() }
22
23
dependencies {
24
- testImplementation "org.junit.jupiter:junit-jupiter-api:${VER_JUNIT_JUPITER}"
25
- testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${VER_JUNIT_JUPITER}"
+ testImplementation "org.junit.jupiter:junit-jupiter:${VER_JUNIT_JUPITER}"
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher"
26
}
27
if (it.name == 'atplug-runtime') {
28
ext.maven_name = 'AtPlug runtime'
0 commit comments