We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386c545 commit 4fbef4bCopy full SHA for 4fbef4b
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.gradle.build-scan' version '1.16'
3
- id 'io.franzbecker.gradle-lombok' version '1.14'
+ id 'io.franzbecker.gradle-lombok' version '3.1.0'
4
id 'nebula.provided-base' version '3.0.3'
5
id 'com.github.johnrengelman.shadow' version '2.0.2'
6
id "com.jfrog.bintray" version "1.8.4" apply false
@@ -21,7 +21,7 @@ subprojects {
21
compileTestJava.options.encoding = 'UTF-8'
22
23
lombok {
24
- version = '1.18.6'
+ version = '1.18.8'
25
}
26
27
task delombok(type: io.franzbecker.gradle.lombok.task.DelombokTask) {
0 commit comments