Skip to content

Commit

Permalink
Update hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Jan 3, 2020
1 parent 6ff94e7 commit 4fe9b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/build.gradle
Expand Up @@ -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'
}
Expand Down

0 comments on commit 4fe9b9a

Please sign in to comment.