Apache9 commented on code in PR #142: URL: https://github.com/apache/hbase-thirdparty/pull/142#discussion_r2222753284
########## pom.xml: ########## @@ -245,11 +280,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.11.0</version> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> + <version>3.13.0</version> Review Comment: OK, we use two profiles to do this... https://github.com/apache/hbase/blob/5100735657c7f5ab5a23404c2a002e2ec8ccb0d9/pom.xml#L3011 I'm not sure whether this works for multi jdk build here... -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org