We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb7fb commit ef0d2a5Copy full SHA for ef0d2a5
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
implementation("org.ow2.asm:asm-util:$asmVer")
46
implementation("org.ow2.asm:asm-tree:$asmVer")
47
48
- val lombok = "org.projectlombok:lombok:1.18.18"
+ val lombok = "org.projectlombok:lombok:1.18.20"
49
implementation(lombok)
50
annotationProcessor(lombok)
51
testAnnotationProcessor(lombok)
gradlew
@@ -72,7 +72,7 @@ case "`uname`" in
72
Darwin* )
73
darwin=true
74
;;
75
- MINGW* )
+ MSYS* | MINGW* )
76
msys=true
77
78
NONSTOP* )
0 commit comments