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 93156e0 commit 3a2ff60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -338,7 +338,11 @@ subprojects {
destinationDirectory= sourceSets.main.java.classesDirectory
classpath = project.sourceSets.main.compileClasspath
}


lombok {
version = "1.18.22"
}

check.dependsOn jacocoTestReport
javadoc.dependsOn offlinePackageList, umlJavadoc
}

0 comments on commit 3a2ff60

Please sign in to comment.