ChrisHegarty commented on code in PR #13986:
URL: https://github.com/apache/lucene/pull/13986#discussion_r1836935485


##########
gradle/testing/defaults-tests.gradle:
##########
@@ -128,7 +128,13 @@ allprojects {
       jvmArgs '--add-modules', 'jdk.management'
 
       // Enable the vector incubator module on supported Java versions:
-      if 
(rootProject.vectorIncubatorJavaVersions.contains(rootProject.runtimeJavaVersion))
 {
+      def v = JavaVersion.VERSION_1_1
+      def prop = 
providers.systemProperty("org.apache.lucene.vectorization.upperJavaFeatureVersion")

Review Comment:
   thanks @dweiss, that's a bit cleaner. Done.



-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to