From 96eb72fadf02492192f2ceff9c9df202e8c66bdf Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 16 Sep 2020 19:44:24 -0700 Subject: [PATCH] Enable the FreeFair Lombok Gradle Plugin. --- spring-data-geode-test/build.gradle | 4 ++++ spring-data-geode-test/lombok.config | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 spring-data-geode-test/lombok.config 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