Add Lombok Gradle Plugin to preprocess source code during compilation.

This commit is contained in:
John Blum
2019-08-01 12:56:41 -07:00
parent 97e46f1dd4
commit ea7170f8dc

View File

@@ -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."