Skip to content

Commit dab59d4

Browse files
committed
Pin Lombok version
This is necessary to ensure that historical builds continue to work, and to maintain binary reproducibility for historical builds.
1 parent 0cda34a commit dab59d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

buildSrc/src/main/groovy/project-convention-lombok.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ plugins {
22
id "java"
33
id "io.freefair.lombok"
44
}
5+
6+
lombok {
7+
version = "1.18.44"
8+
}

0 commit comments

Comments
 (0)