Skip to content

Commit ef0d2a5

Browse files
committed
Build on JDK 16 by upgrading lombok
1 parent a7bb7fb commit ef0d2a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("org.ow2.asm:asm-util:$asmVer")
4646
implementation("org.ow2.asm:asm-tree:$asmVer")
4747

48-
val lombok = "org.projectlombok:lombok:1.18.18"
48+
val lombok = "org.projectlombok:lombok:1.18.20"
4949
implementation(lombok)
5050
annotationProcessor(lombok)
5151
testAnnotationProcessor(lombok)

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)