File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath ' me.champeau.gradle:jmh-gradle-plugin:0.3.1'
9- classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.3 '
9+ classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.0-M2 '
1010 }
1111}
1212
@@ -21,4 +21,4 @@ subprojects {
2121 apply plugin : ' com.mindviewinc.tagging'
2222}
2323
24- apply from : ' gradle/subprojects.gradle'
24+ apply from : ' gradle/subprojects.gradle'
Original file line number Diff line number Diff line change @@ -3,18 +3,16 @@ import org.apache.tools.ant.util.TeeOutputStream
33apply plugin : ' org.junit.platform.gradle.plugin'
44
55ext {
6- junitJupiterVersion = ' 5.3.1 '
6+ junitJupiterVersion = ' 5.0.0-M2 '
77}
88
99dependencies {
10- // testCompile "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
11- // testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}"
12- testImplementation ' org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}'
13- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}'
10+ testCompile " org.junit.jupiter:junit-jupiter-api:${ junitJupiterVersion} "
11+ testRuntime " org.junit.jupiter:junit-jupiter-engine:${ junitJupiterVersion} "
1412}
1513
1614junitPlatform {
17- platformVersion ' 1.0.3 '
15+ platformVersion ' 1.0.0-M2 '
1816 includeClassNamePattern ' .*'
1917}
2018
You can’t perform that action at this time.
0 commit comments