Skip to content

Commit 32965e8

Browse files
committed
Adapt to new Gradle test dep stuff.
1 parent 08a8852 commit 32965e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ subprojects {
2121
repositories { mavenCentral() }
2222

2323
dependencies {
24-
testImplementation "org.junit.jupiter:junit-jupiter-api:${VER_JUNIT_JUPITER}"
25-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${VER_JUNIT_JUPITER}"
24+
testImplementation "org.junit.jupiter:junit-jupiter:${VER_JUNIT_JUPITER}"
25+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
2626
}
2727
if (it.name == 'atplug-runtime') {
2828
ext.maven_name = 'AtPlug runtime'

0 commit comments

Comments
 (0)