kbendick commented on a change in pull request #2595:
URL: https://github.com/apache/iceberg/pull/2595#discussion_r646208206



##########
File path: jmh.gradle
##########
@@ -17,7 +17,14 @@
  * under the License.
  */
 
-def jmhProjects = [ project("iceberg-spark2") ]
+def jmhProjects = []
+if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
+  jmhProjects = [ project("iceberg-spark2") ]

Review comment:
       It would indeed make sense.
   
   I was having trouble getting both projects to work at one time, so I chose 
to just skip it as that's about as far as my gradle abilities got me. I tried 
adding to the array, etc, but the plugin didn't like that.
   
   I'll look into it further to see if it can be supported. Thanks for the 
review!




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

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