Cleanup old checkForUpdates restrictions#12687
Conversation
There was a problem hiding this comment.
You might also want to update google-auth-library-oauth2-http to <version>1.41.0</version> in https://github.com/grpc/grpc-java/blob/master/examples/example-gauth/pom.xml#L60 and in example-oauth/pom.xml.
We should add the gson dependency in |
Looks like the upgraded Cronet library (143.7445.0) was compiled with Java 17 and the build env for kokoro job was setup with Java 11. |
The version we were previously using is the last version that supports Java 11.
|
You're kidding me. This is the nonsense error I faced with #12685 and thought I worked around. Apparently it can still fail (racy??). I'll re-run the test, but I'm worried. |
|
I am now able to reliably reproduce the failure on my machine: |
f36defa upgraded error_prone_annotations and 4de4718 bumped minSdkVersion for android-interop-testing.