cushon commented on PR #23771: URL: https://github.com/apache/beam/pull/23771#issuecomment-1290708322
> Still getting failures about using release version 8 when not being supported: https://ci-beam.apache.org/job/beam_PreCommit_Java_Amazon-Web-Services_IO_Direct_Commit/307/console > > Are we running into [google/error-prone#1237](https://github.com/google/error-prone/issues/1237) or something else? > > Note that https://ci-beam.apache.org/job/beam_PreCommit_Java_Amazon-Web-Services_IO_Direct_Commit/ is configured to use JDK 8 so I would not have expected the `--release 8` flag from applying at all. I'm having trouble reproducing that failure, if I build locally using the same command line and JDK 8 it passes. Do you know if there's anything additional configuration for that job I would need to reproduce? ``` JAVA_HOME=${JAVA8_HOME?} gradlew -PdisableSpotlessCheck=true -PdisableCheckStyle=true --continue --max-workers=8 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses :sdks:java:io:amazon-web-services:integrationTest ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
