uschindler commented on PR #2419:
URL: https://github.com/apache/solr/pull/2419#issuecomment-2118882070

   Could we have that for Windows, too.
   
   I don't know what your exact problem with '--source 11' was. Basically it 
would be better to use `--release 11` then it works correctly. The main problem 
was that `--source` alone is not really a useful combination (as it only 
enforces source code syntax with Java 11, but not the Java class file format.
   
   We can remove all that source/target/release completely, as we compile the 
code as-is. It it won't compile anymore if something changes incompatibly. In 
Lucene's APIJAR generator we also do not pass any version to "java".


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

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


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

Reply via email to