From ba646e83f3ac038e7f62d9863f6523e8dc5d1417 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 13 Jun 2019 01:38:20 -0700 Subject: [PATCH] Add Lombok config. --- spring-geode/lombok.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-geode/lombok.config diff --git a/spring-geode/lombok.config b/spring-geode/lombok.config new file mode 100644 index 00000000..189c0bef --- /dev/null +++ b/spring-geode/lombok.config @@ -0,0 +1,3 @@ +# This file is generated by the 'io.freefair.lombok' Gradle plugin +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true