Trying to upgrade build parts
This commit is contained in:
parent
bccbbf309c
commit
0b9d0341fe
@ -6,7 +6,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'me.champeau.gradle:jmh-gradle-plugin:0.3.1'
|
classpath 'me.champeau.gradle:jmh-gradle-plugin:0.3.1'
|
||||||
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M2'
|
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -21,4 +21,4 @@ subprojects {
|
|||||||
apply plugin: 'com.mindviewinc.tagging'
|
apply plugin: 'com.mindviewinc.tagging'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'gradle/subprojects.gradle'
|
apply from: 'gradle/subprojects.gradle'
|
||||||
|
@ -3,16 +3,18 @@ import org.apache.tools.ant.util.TeeOutputStream
|
|||||||
apply plugin: 'org.junit.platform.gradle.plugin'
|
apply plugin: 'org.junit.platform.gradle.plugin'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
junitJupiterVersion = '5.0.0-M2'
|
junitJupiterVersion = '5.3.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
|
// testCompile "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
|
||||||
testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}"
|
// testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}"
|
||||||
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}'
|
||||||
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}'
|
||||||
}
|
}
|
||||||
|
|
||||||
junitPlatform {
|
junitPlatform {
|
||||||
platformVersion '1.0.0-M2'
|
platformVersion '1.0.3'
|
||||||
includeClassNamePattern '.*'
|
includeClassNamePattern '.*'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user