diff --git a/checker/build.gradle b/checker/build.gradle index 13374e353c4..81e9d8440a4 100644 --- a/checker/build.gradle +++ b/checker/build.gradle @@ -2,7 +2,7 @@ ext { // See instructions for updating jdk8.jar at // https://github.com/typetools/annotated-libraries/blob/master/README.md . // Set jdkShaHash to 'local' to use a locally-built version of jdk8.jar . - jdkShaHash = '54dceee1857209c0f6f90fe9ef9f45655e26642b' + jdkShaHash = 'c41c8ace5550c03992c0691019a2ce470458c47f' if (rootProject.hasProperty("useLocalJdk")) { jdkShaHash = 'local' }