We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddc412 commit 44ece9bCopy full SHA for 44ece9b
checker/build.gradle
@@ -2,7 +2,7 @@ ext {
2
// See instructions for updating jdk8.jar at
3
// https://github.com/typetools/annotated-libraries/blob/master/README.md .
4
// Set jdkShaHash to 'local' to use a locally-built version of jdk8.jar .
5
- jdkShaHash = 'd7f53f36771f8007e617c52aa0e2dcc6213533d7'
+ jdkShaHash = '5619df3e6f0cf8599f809cf98ca89bffdaabadc6'
6
if (rootProject.hasProperty("useLocalJdk")) {
7
jdkShaHash = 'local'
8
}
0 commit comments