Skip to content

Commit 4cb6ba5

Browse files
authored
Merge pull request #489 from tokuhirom/lombok-1.18.12
Upgrade lombok 1.18.8 to 1.18.12 to support java14
2 parents d8b6b27 + d2b5a0c commit 4cb6ba5

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)