Skip to content

Commit

Permalink
Build on JDK 16 by upgrading lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Jul 29, 2021
1 parent a7bb7fb commit ef0d2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("org.ow2.asm:asm-util:$asmVer")
implementation("org.ow2.asm:asm-tree:$asmVer")

val lombok = "org.projectlombok:lombok:1.18.18"
val lombok = "org.projectlombok:lombok:1.18.20"
implementation(lombok)
annotationProcessor(lombok)
testAnnotationProcessor(lombok)
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
Expand Down

0 comments on commit ef0d2a5

Please sign in to comment.