Skip to content

Commit a3a21bb

Browse files
authored
chore: fix lombok config (#519)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent f9c96e0 commit a3a21bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_16/objects/objects_app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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"
@@ -25,7 +26,6 @@ dependencies {
2526
// This dependency is used by the application.
2627
implementation("com.google.guava:guava:31.1-jre")
2728
implementation("com.google.code.gson:gson:2.10.1")
28-
implementation("org.projectlombok:lombok:1.18.30")
2929
implementation("org.springframework.boot:spring-boot-starter")
3030
}
3131

0 commit comments

Comments
 (0)