Skip to content

Commit 6bc88f2

Browse files
authored
[Build] Updating lombok plugin (#50)
This fixes build issues when using JDK 16.
1 parent 36e59c4 commit 6bc88f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'io.freefair.lombok' version '5.3.0'
3+
id 'io.freefair.lombok' version '6.0.0-m2'
44
id 'checkstyle'
55
id 'maven-publish'
66
id 'signing'

0 commit comments

Comments
 (0)