Skip to content

Commit

Permalink
Fix javadoc error (#1832)
Browse files Browse the repository at this point in the history
* Update Lombok for fix to [JDK12 delombok issue](projectlombok/lombok#2082)
Also upgrade Gradle Lombok plugin
  • Loading branch information
rnorth committed Sep 7, 2019
1 parent 386c545 commit 4fbef4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'com.gradle.build-scan' version '1.16'
id 'io.franzbecker.gradle-lombok' version '1.14'
id 'io.franzbecker.gradle-lombok' version '3.1.0'
id 'nebula.provided-base' version '3.0.3'
id 'com.github.johnrengelman.shadow' version '2.0.2'
id "com.jfrog.bintray" version "1.8.4" apply false
Expand All @@ -21,7 +21,7 @@ subprojects {
compileTestJava.options.encoding = 'UTF-8'

lombok {
version = '1.18.6'
version = '1.18.8'
}

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

0 comments on commit 4fbef4b

Please sign in to comment.