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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]