jsoref commented on code in PR #2866:
URL: https://github.com/apache/hive/pull/2866#discussion_r1219225552


##########
pom.xml:
##########
@@ -1541,6 +1542,19 @@
               <fail>true</fail>
             </configuration>
           </execution>
+          <execution>
+            <id>enforce-java</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.8.0,1.9.0)</version>

Review Comment:
   I'm going to vote against applying the same changes to those files, at 
present they don't appear to include `maven-enforcer-plugin`. If someone wants 
to include that, they're welcome to copy the entire plugin from this file after 
it merges.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to