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