LuciferYang commented on code in PR #6766: URL: https://github.com/apache/kyuubi/pull/6766#discussion_r1810508734
########## pom.xml: ########## @@ -113,10 +113,11 @@ </distributionManagement> <properties> - <java.version>1.8</java.version> + <java.version>8</java.version> <maven.version>3.9.9</maven.version> - <maven.compiler.source>${java.version}</maven.compiler.source> - <maven.compiler.target>${java.version}</maven.compiler.target> + <!-- Pinning compiler target to Java 8--> + <maven.compiler.target>8</maven.compiler.target> Review Comment: IIRC,In principle, `maven.compiler.source` and `maven.compiler.target` should be set as a pair. -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org