Skip to content

Commit dd499ae

Browse files
add project lombok, closes #1
1 parent 2d047e5 commit dd499ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ dependencies {
1717
testImplementation('org.springframework.boot:spring-boot-starter-test') {
1818
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
1919
}
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'
2025
}
2126

2227
test {
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Sat May 02 09:04:36 IST 2020
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
13
distributionBase=GRADLE_USER_HOME
24
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)