File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0-M2 '
9+ classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.3 '
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,16 +3,18 @@ import org.apache.tools.ant.util.TeeOutputStream
33apply plugin : ' org.junit.platform.gradle.plugin'
44
55ext {
6- junitJupiterVersion = ' 5.0.0-M2 '
6+ junitJupiterVersion = ' 5.3.1 '
77}
88
99dependencies {
10- testCompile " org.junit.jupiter:junit-jupiter-api:${ junitJupiterVersion} "
11- testRuntime " 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}"
12+ testImplementation ' org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}'
13+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}'
1214}
1315
1416junitPlatform {
15- platformVersion ' 1.0.0-M2 '
17+ platformVersion ' 1.0.3 '
1618 includeClassNamePattern ' .*'
1719}
1820
You can’t perform that action at this time.
0 commit comments