Skip to content

Commit

Permalink
Use correct lombok hash even if it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Apr 10, 2023
1 parent 341b0a8 commit 06e3047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ configurations {

lombok {
version = "1.18.26"
sha256 = "39f3922deb679b1852af519eb227157ef2dd0a21eec3542c8ce1b45f2df39742"
sha256 = "2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf"
}

dependencies {
Expand Down

0 comments on commit 06e3047

Please sign in to comment.