Upgrade to Gradle 5.4.1.
Declare the FreeFair Lombok Gradle Plugin in the spring-geode-autoconfigure and spring-geode-samples-boot-configuration modules.
This commit is contained in:
2
spring-geode-samples/boot/configuration/lombok.config
Normal file
2
spring-geode-samples/boot/configuration/lombok.config
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is generated by the 'io.freefair.lombok' Gradle plugin
|
||||
config.stopBubbling = true
|
||||
@@ -1,5 +1,9 @@
|
||||
import org.apache.tools.ant.filters.ReplaceTokens
|
||||
|
||||
plugins {
|
||||
id "io.freefair.lombok" version "3.2.1"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
description = "Spring Geode Samples demonstrating the use of Spring Boot Auto-configuration for Apache Geode."
|
||||
|
||||
Reference in New Issue
Block a user