jayendra13 commented on pull request #12366: URL: https://github.com/apache/beam/pull/12366#issuecomment-663798158
> Hi Jayendra, thanks for volunteering to fix these issues. > > The SQL_Java11 precommit failure doesn't look like a flake, it seems like this change introduced an error. Please take a look. > > ``` > 05:09:22 > Task :sdks:java:extensions:sql:datacatalog:compileTestJava FAILED > 05:09:22 error: option -Xbootclasspath/p: cannot be used together with --release > 05:09:22 Usage: javac <options> <source files> > 05:09:22 use --help for a list of possible options > ``` When I run that task locally I don't get any error. ``` jayendra@alienware:~/beam$ ./gradlew :sdks:java:extensions:sql:datacatalog:compileTestJava To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing Configuration on demand is an incubating feature. Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 42s 73 actionable tasks: 37 executed, 1 from cache, 35 up-to-date ``` is it something specific to java version ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org