Apply Lombok Gradle Plugin 4.1.6.

This commit is contained in:
John Blum
2020-01-23 16:56:45 -08:00
parent 655dda333c
commit d59a4dad10
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -1,3 +1,7 @@
plugins {
id "io.freefair.lombok" version "4.1.6"
}
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE