Enable the FreeFair Lombok Gradle Plugin.

This commit is contained in:
John Blum
2020-09-16 19:44:24 -07:00
parent e25cdb363c
commit 96eb72fadf
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,3 @@
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true