Skip to content

Commit

Permalink
Added lombok annotation processor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrochalskisoldevelo committed Oct 22, 2024
1 parent 84602ab commit dab22ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
compile 'org.webjars.npm:api-console:3.0.17'
compile 'org.springframework:spring-aspects'
compile "com.ecwid.consul:consul-api:1.3.0"
annotationProcessor 'org.projectlombok:lombok:1.18.22'

testCompile "com.github.tomakehurst:wiremock:1.58"
testCompile "com.jayway.restassured:rest-assured:2.7.0"
Expand All @@ -55,6 +56,7 @@ dependencies {
testCompile 'io.rest-assured:rest-assured'
testCompile 'io.rest-assured:spring-mock-mvc'
testCompile 'nl.jqno.equalsverifier:equalsverifier:2.4'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
}

idea {
Expand Down

0 comments on commit dab22ad

Please sign in to comment.