uschindler commented on issue #14600:
URL: https://github.com/apache/lucene/issues/14600#issuecomment-2844540507

   Hi,
   maybe we should improve the Java version check on Gradle startup a bit and 
disallow EA versions there, if the boot JDK major version is equal to minimum 
requirements. Something like `if (Runtime.version().featue() == minJavaVersion 
&& Runtime.version().pre().isPresent()) throw new GradleException("No EA 
versions allowed, explain foobar")`
   
   This would have failed all builds earlier.


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