Skip to content

Commit b9be0c1

Browse files
committed
Upgrade Lombok to version 1.18.20 for JDK 16 compatibility
1 parent 0e2d102 commit b9be0c1

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
@@ -89,8 +89,8 @@ subprojects {
8989
apply plugin: LombokPlugin
9090

9191
lombok {
92-
version '1.18.18'
93-
sha256 = '601ec46206e0f9cac2c0583b3350e79f095419c395e991c761640f929038e9cc'
92+
version '1.18.20'
93+
sha256 = 'ce947be6c2fbe759fbbe8ef3b42b6825f814c98c8853f1013f2d9630cedf74b0'
9494
}
9595
tasks.withType(AbstractCompile) {
9696
if (tasks.findByName('verifyLombok')) {

0 commit comments

Comments
 (0)