Skip to content

Commit 0272b0f

Browse files
committed
disabling use of the checker framework for all situations ...
1 parent 7b77158 commit 0272b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ include 'keyext.caching'
1818

1919
// ENABLE NULLNESS here or on the CLI
2020
// This flag is activated to enable the checker framework.
21-
System.setProperty("ENABLE_NULLNESS", "true")
21+
/// System.setProperty("ENABLE_NULLNESS", "true")

0 commit comments

Comments
 (0)