shubham-roy commented on code in PR #6435: URL: https://github.com/apache/hbase/pull/6435#discussion_r1849536016
########## hbase-mapreduce/pom.xml: ########## @@ -255,6 +255,14 @@ <groupId>net.revelc.code</groupId> <artifactId>warbucks-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>8</source> + <target>8</target> Review Comment: I was unaware of this. Thanks for catching it. I will remove it - must have come from editor related configs from my local dev setup. -- 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