File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ buildscript {
33 jcenter()
44 mavenLocal()
55 }
6- dependencies {
7- classpath(" org.junit.platform:junit-platform-gradle-plugin:1.2.0" ) // junit5
8- }
96}
107
118plugins {
@@ -21,10 +18,13 @@ repositories {
2118 mavenCentral()
2219}
2320
24- apply plugin : ' org.junit.platform.gradle.plugin'
21+
22+
23+ test {
24+ useJUnitPlatform()
25+ }
2526
2627dependencies {
27- testCompile(" org.junit.jupiter:junit-jupiter-api:5.2.0" )
28- testRuntime(" org.junit.jupiter:junit-jupiter-engine:5.2.0" )
29- testRuntime(" org.junit.vintage:junit-vintage-engine:5.2.0" )
28+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.2.0" )
29+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.2.0" )
3030}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8-bin .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1-all .zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments