Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ab352d

Browse files
committed
Revert "Trying to upgrade build parts"
This reverts commit 0b9d034.
1 parent 0b9d034 commit 2ab352d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

gradle/junit-jupiter.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ import org.apache.tools.ant.util.TeeOutputStream
33
apply plugin: 'org.junit.platform.gradle.plugin'
44

55
ext {
6-
junitJupiterVersion = '5.3.1'
6+
junitJupiterVersion = '5.0.0-M2'
77
}
88

99
dependencies {
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

1614
junitPlatform {
17-
platformVersion '1.0.3'
15+
platformVersion '1.0.0-M2'
1816
includeClassNamePattern '.*'
1917
}
2018

0 commit comments

Comments
 (0)