chore: added lombok plugin
This commit is contained in:
parent
f293c5e1ea
commit
178dd05baf
|
@ -1,6 +1,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.springframework.boot' version '3.4.0'
|
id 'org.springframework.boot' version '3.4.0'
|
||||||
id 'io.spring.dependency-management' version '1.1.6'
|
id 'io.spring.dependency-management' version '1.1.6'
|
||||||
|
id 'io.freefair.lombok' version '8.11'
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,10 +23,6 @@ dependencies {
|
||||||
implementation('org.springframework.boot:spring-boot-starter-validation')
|
implementation('org.springframework.boot:spring-boot-starter-validation')
|
||||||
implementation('io.github.wimdeblauwe:error-handling-spring-boot-starter:4.5.0')
|
implementation('io.github.wimdeblauwe:error-handling-spring-boot-starter:4.5.0')
|
||||||
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0')
|
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0')
|
||||||
compileOnly('org.projectlombok:lombok')
|
|
||||||
annotationProcessor('org.projectlombok:lombok')
|
|
||||||
testCompileOnly('org.projectlombok:lombok')
|
|
||||||
testAnnotationProcessor('org.projectlombok:lombok')
|
|
||||||
developmentOnly('org.springframework.boot:spring-boot-devtools')
|
developmentOnly('org.springframework.boot:spring-boot-devtools')
|
||||||
developmentOnly('org.springframework.boot:spring-boot-docker-compose')
|
developmentOnly('org.springframework.boot:spring-boot-docker-compose')
|
||||||
testImplementation('org.springframework.boot:spring-boot-starter-test')
|
testImplementation('org.springframework.boot:spring-boot-starter-test')
|
||||||
|
|
Loading…
Reference in New Issue