We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c96e0 commit a3a21bbCopy full SHA for a3a21bb
lesson_16/objects/objects_app/build.gradle.kts
@@ -3,6 +3,7 @@ plugins {
3
application
4
eclipse
5
jacoco
6
+ id("io.freefair.lombok") version "8.10.2"
7
id("com.diffplug.spotless") version "6.25.0"
8
id("org.springframework.boot") version "3.2.2"
9
id("com.adarshr.test-logger") version "4.0.0"
@@ -25,7 +26,6 @@ dependencies {
25
26
// This dependency is used by the application.
27
implementation("com.google.guava:guava:31.1-jre")
28
implementation("com.google.code.gson:gson:2.10.1")
- implementation("org.projectlombok:lombok:1.18.30")
29
implementation("org.springframework.boot:spring-boot-starter")
30
}
31
0 commit comments