Use Lombok plugin
All checks were successful
Backend Build and Test / build (push) Successful in 39s
All checks were successful
Backend Build and Test / build (push) Successful in 39s
This commit is contained in:
@@ -2,6 +2,7 @@ plugins {
|
|||||||
java
|
java
|
||||||
id("org.springframework.boot") version "4.0.3"
|
id("org.springframework.boot") version "4.0.3"
|
||||||
id("io.spring.dependency-management") version "1.1.7"
|
id("io.spring.dependency-management") version "1.1.7"
|
||||||
|
id("io.freefair.lombok") version "9.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "be.seeseepuff"
|
group = "be.seeseepuff"
|
||||||
@@ -24,8 +25,6 @@ dependencies {
|
|||||||
implementation("org.springframework.boot:spring-boot-starter-flyway")
|
implementation("org.springframework.boot:spring-boot-starter-flyway")
|
||||||
implementation("org.flywaydb:flyway-database-postgresql")
|
implementation("org.flywaydb:flyway-database-postgresql")
|
||||||
runtimeOnly("org.postgresql: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-starter-test")
|
||||||
testImplementation("org.springframework.boot:spring-boot-testcontainers")
|
testImplementation("org.springframework.boot:spring-boot-testcontainers")
|
||||||
|
|||||||
Reference in New Issue
Block a user