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 efd299e commit 60c67cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -360,6 +360,10 @@ subprojects {
useJUnitPlatform()
}

lombok {
version = "1.18.22"
}

javadoc.dependsOn offlinePackageList,umlJavadoc
check.dependsOn jacocoTestReport
}
}

0 comments on commit 60c67cb

Please sign in to comment.