diff --git a/build.gradle b/build.gradle index 0518d97..1f319ec 100644 --- a/build.gradle +++ b/build.gradle @@ -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" @@ -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 {