Skip to content

Commit 4fbef4b

Browse files
authored
Fix javadoc error (#1832)
* Update Lombok for fix to [JDK12 delombok issue](projectlombok/lombok#2082) Also upgrade Gradle Lombok plugin
1 parent 386c545 commit 4fbef4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.gradle.build-scan' version '1.16'
3-
id 'io.franzbecker.gradle-lombok' version '1.14'
3+
id 'io.franzbecker.gradle-lombok' version '3.1.0'
44
id 'nebula.provided-base' version '3.0.3'
55
id 'com.github.johnrengelman.shadow' version '2.0.2'
66
id "com.jfrog.bintray" version "1.8.4" apply false
@@ -21,7 +21,7 @@ subprojects {
2121
compileTestJava.options.encoding = 'UTF-8'
2222

2323
lombok {
24-
version = '1.18.6'
24+
version = '1.18.8'
2525
}
2626

2727
task delombok(type: io.franzbecker.gradle.lombok.task.DelombokTask) {

0 commit comments

Comments
 (0)