diff --git a/spring-data-geode-test/build.gradle b/spring-data-geode-test/build.gradle index 7625818..ec514f7 100644 --- a/spring-data-geode-test/build.gradle +++ b/spring-data-geode-test/build.gradle @@ -1,3 +1,7 @@ +plugins { + id "io.freefair.lombok" version "5.1.0" +} + apply plugin: 'io.spring.convention.spring-module' apply from: MAVEN_POM_EDITOR_GRADLE diff --git a/spring-data-geode-test/lombok.config b/spring-data-geode-test/lombok.config new file mode 100644 index 0000000..189c0be --- /dev/null +++ b/spring-data-geode-test/lombok.config @@ -0,0 +1,3 @@ +# This file is generated by the 'io.freefair.lombok' Gradle plugin +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true