Skip to content

Commit ef779f4

Browse files
woowahan-pjsgracefulBrown
authored andcommitted
feat(build): update gradle version to 6.5.1
1 parent 2efe851 commit ef779f4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

build.gradle

+8-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ repositories {
99
}
1010

1111
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+
}
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Sun Mar 03 16:00:16 KST 2019
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip

0 commit comments

Comments
 (0)