kbendick commented on a change in pull request #2595:
URL: https://github.com/apache/iceberg/pull/2595#discussion_r646214298
##########
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:
Ah. Confirmed the issue is 100% with my own understanding of groovy /
gradle (and always wanting it to be more like Scala).
--
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]