File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ tasks {
8989 // @NullMarked is the equivalent from jspecify.
9090 disable(" AddNullMarkedToPackageInfo" )
9191
92+ // This check causes too many changes to be introduced at once to be manageable.
93+ disable(" SuppressWarningsWithoutExplanation" )
94+
9295 if ((name.contains(" Jmh" ) || name.contains(" Test" ) || project.name.contains(" testing-internal" )) && ! project.name.equals(" custom-checks" )) {
9396 // Allow underscore in test-type method names
9497 disable(" MemberName" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions
99
1010
1111val autoValueVersion = " 1.11.1"
12- val errorProneVersion = " 2.43 .0"
12+ val errorProneVersion = " 2.44 .0"
1313val jmhVersion = " 1.37"
1414// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
1515val mockitoVersion = " 4.11.0"
You can’t perform that action at this time.
0 commit comments