Use Lombok plugin
All checks were successful
Backend Build and Test / build (push) Successful in 39s

This commit is contained in:
2026-03-02 18:12:10 +01:00
parent e2ac1bfd3d
commit 548342798e

View File

@@ -2,6 +2,7 @@ plugins {
java
id("org.springframework.boot") version "4.0.3"
id("io.spring.dependency-management") version "1.1.7"
id("io.freefair.lombok") version "9.2.0"
}
group = "be.seeseepuff"
@@ -24,8 +25,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-flyway")
implementation("org.flywaydb:flyway-database-postgresql")
runtimeOnly("org.postgresql:postgresql")
compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-testcontainers")