We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cda34a commit dab59d4Copy full SHA for dab59d4
1 file changed
buildSrc/src/main/groovy/project-convention-lombok.gradle
@@ -2,3 +2,7 @@ plugins {
2
id "java"
3
id "io.freefair.lombok"
4
}
5
+
6
+lombok {
7
+ version = "1.18.44"
8
+}
0 commit comments