File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- testCompile(' org.junit.jupiter:junit-jupiter:5.5.2' )
13
- testCompile(' org.assertj:assertj-core:3.14.0' )
14
- }
12
+ testImplementation(' org.junit.jupiter:junit-jupiter:5.7.0' )
13
+ testImplementation(' org.assertj:assertj-core:3.18.1' )
14
+ testImplementation(' org.mockito:mockito-inline:3.6.0' )
15
+ }
16
+
17
+ test {
18
+ useJUnitPlatform()
19
+ }
Original file line number Diff line number Diff line change 1
- # Sun Mar 03 16:00:16 KST 2019
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
You can’t perform that action at this time.
0 commit comments