diff --git a/build.gradle b/build.gradle index 9a22fd9..9e63e3a 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,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-SNAPSHOT' + ext.checkerFrameworkVersion = '3.42.0-eisop4' configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'minutes' }