Skip to content

Commit

Permalink
Pin lombok@1.8.22 to avoid @NotNull propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
quotidian-ennui committed Apr 22, 2022
1 parent 233d216 commit 62e5d09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -316,6 +316,10 @@ dependencyCheck {
}
}

lombok {
version = "1.18.22"
}

// disable spotbugsTests which checks our test code..
spotbugsTest.enabled = false
clean.dependsOn deleteGeneratedFiles
Expand Down

0 comments on commit 62e5d09

Please sign in to comment.