[ 
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161101#comment-17161101
 ] 

Uwe Schindler edited comment on LUCENE-9312 at 7/20/20, 10:04 AM:
------------------------------------------------------------------

bq. warning: [options] system modules path not set in conjunction with -source 
11

Javac should not pass {{\-source}} and {{\-target}}. To work correctly it must 
pass {{\-\-release 11}}. This is causing the issue here, because the module 
path is only "correct" when release flag is used. It is not a problem to pass 
source and traget (if that's automatically) but the release falg must be there.


was (Author: thetaphi):
bq. warning: [options] system modules path not set in conjunction with -source 
11

Javac should not pass {{-source}} and {{-target}}. To work correctly it must 
pass {{--release 11}}. This is causing the issue here, because the module path 
is only "correct" when release flag is used. It is not a problem to pass source 
and traget (if that's automatically) but the release falg must be there.

> Allow builds against arbitrary JVMs (even those unsupported by gradle)
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-9312
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9312
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to