Skip to content

Commit d2b5a0c

Browse files
committed
Upgrade lombok 1.18.8 to 1.18.12 to support java14
1 parent d8b6b27 commit d2b5a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ subprojects {
149149
}
150150

151151
lombok {
152-
version = '1.18.8'
152+
version = '1.18.12'
153153
}
154154

155155
if (!project.name.startsWith('sample-') && !project.name.startsWith('test-')) {

0 commit comments

Comments
 (0)