Add Lombok Gradle Plugin to preprocess source code during compilation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
id "io.freefair.lombok" version "3.2.1"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
description = "Spring Geode Sample demonstrating Spring's Cache Abstraction using Apache Geode as the caching provider with Inline Caching."
|
||||
|
||||
Reference in New Issue
Block a user