File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ dependencies {
17
17
testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
18
18
exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
19
19
}
20
+ compileOnly ' org.projectlombok:lombok:1.18.12'
21
+ annotationProcessor ' org.projectlombok:lombok:1.18.12'
22
+
23
+ testCompileOnly ' org.projectlombok:lombok:1.18.12'
24
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.12'
20
25
}
21
26
22
27
test {
Original file line number Diff line number Diff line change
1
+ # Sat May 02 09:04:36 IST 2020
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all.zip
1
3
distributionBase =GRADLE_USER_HOME
2
4
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments