BewareMyPower commented on PR #15264: URL: https://github.com/apache/pulsar/pull/15264#issuecomment-1121108467
Hi, after rebasing to master that includes this PR, I could not build `pulsar-client` with both JDK8 and JDK11, which are installed by SDKMAN!. JDK 11: ```bash sdk use java 11.0.2-open mvn clean install -DskipTests -pl pulsar-client -am ``` > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project pulsar-functions-proto: Fatal error compiling: error: release version 17 not supported -> [Help 1] JDK 8: ```bash sdk use java 8.332.08.1-amzn mvn clean install -DskipTests -pl pulsar-client -am ``` > Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project pulsar-client-api: Fatal error compiling: invalid flag: --release -> [Help 1] Could you help take a look? @heesung-sn @lhotari -- 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]
