Skip to content

Commit d46c282

Browse files
authored
chore: adds proper lombok support (#535)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 268da20 commit d46c282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lesson_17/bank/bank_app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
application
44
eclipse
55
jacoco
6+
id("io.freefair.lombok") version "8.10.2"
67
id("com.diffplug.spotless") version "6.25.0"
78
id("org.springframework.boot") version "3.2.2"
89
id("com.adarshr.test-logger") version "4.0.0"

0 commit comments

Comments
 (0)