diff --git a/build.gradle b/build.gradle index 47e9971..a1fe963 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ if (true) { } else { // To use a snapshot version of the EISOP Checker Framework. // TODO: Change the above test to false to use a snapshot. - ext.checkerFrameworkVersion = '3.42.0-eisop4' + ext.checkerFrameworkVersion = '3.42.0-eisop5' configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'minutes' }