> Can reproduce your problem with java 13, so guess only 11 is currently > supported
For completeness: the build actually enforces gradle and Java version and fails if there is a mismatch. The failure with Java 13 happens way before this check has a chance to even run. https://github.com/apache/lucene-solr/blob/gradle-master/gradle/validation/check-environment.gradle D. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
