martin-g commented on code in PR #1680:
URL: https://github.com/apache/avro/pull/1680#discussion_r882566640


##########
lang/java/build.sh:
##########
@@ -35,6 +35,11 @@ main() {
         # Test the modules that depend on hadoop using Hadoop 2
         mvn -B test -Phadoop2
         ;;
+      testJava17)
+        mvn -DdisableJava17=false -B test
+        # Test the modules that depend on hadoop using Hadoop 2
+        mvn -B test -Phadoop2

Review Comment:
   IMO we can execute just `mvn -DdisableJava17=false -B test` at 
https://github.com/apache/avro/pull/1680/commits/50977227b1500dd73763c99e7962a00f18d7ec6d#diff-a0e5c0a6a98abf33065a9bfa4dd160ca920278cbdbfabed88cb317a10df9f294R83
 and remove `testJava17` from 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to