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

Tomoko Uchida commented on LUCENE-9312:
---------------------------------------

I checked out the latest commits and run (whole) {{javadoc}} task. It works for 
me with or without  {{-Druntime.java.home}} option. ({{solr/core}} project 
seems to fail with jdk12+ due to Java compilation error; but this should be 
another matter)
{code}
lucene-solr $ ./gradlew -Druntime.java.home=/usr/local/java/adoptopenjdk/jdk12 
javadoc

> Task :altJvmWarning
NOTE: Alternative java toolchain will be used for compilation and tests:
  Project will use Java 12 from: /usr/local/java/adoptopenjdk/jdk-12.0.2+10
  Gradle runs with Java 11 from: /usr/local/java/adoptopenjdk/jdk-11.0.3+7
...
> Task :solr:core:compileJava FAILED
...
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:compileJava'.
> Compilation failed with exit code 1; see the compiler error output for 
> details.
{code}

> 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