Skip to content

Commit

Permalink
Update null check processing plugin --> 2.0.1
Browse files Browse the repository at this point in the history
Fixes the verify error we've seen with tree filtering
  • Loading branch information
Col-E authored Nov 5, 2023
1 parent c618771 commit 95bfd61
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
@@ -1,7 +1,7 @@
plugins {
id 'com.github.ben-manes.versions' version '0.42.0' apply false
id 'gov.tak.gradle.plugins.coverage-report-aggregator' version '1.3.0'
id 'gov.tak.gradle.plugins.checker-processor' version '2.0.0' apply false
id 'gov.tak.gradle.plugins.checker-processor' version '2.0.1' apply false
}

allprojects {
Expand Down

0 comments on commit 95bfd61

Please sign in to comment.