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

ASF subversion and git services commented on LUCENE-10327:
----------------------------------------------------------

Commit 5512786dd9679fd3322850fcda63795be8f2c21d in lucene's branch 
refs/heads/main from Dawid Weiss
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=5512786 ]

LUCENE-10327: workaround for gradle emitting empty sourcepath.


> gradle emits an empty sourcepath for forked javac and breaks compilation
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-10327
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10327
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Dawid Weiss
>            Priority: Blocker
>
> {code}
> gradlew -p lucene/core compileJava -Pruntime.java.home=...
> cat lucene/core/build/tmp/compileJava/java-compiler-args.txt 
> ...
> -sourcepath
> ""
> ...
> {code}
> We have to get rid of sourcepath here. I don't know how. Looks like a gradle 
> bug - it would work with gradle's "module support" enabled because I see 
> switches in the code that set the sourcepath correctly but doesn't work 
> otherwise.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to