uschindler commented on pull request #502:
URL: https://github.com/apache/solr/pull/502#issuecomment-1006953864


   Works fine!
   
   With alternate toolchain:
   ```
   $ gradlew clean :solr:core:jar
   Starting a Gradle Daemon (subsequent builds will be faster)
   
   > Task :altJvmWarning
   NOTE: Alternative java toolchain will be used for compilation and tests:
     Project will use 18 (OpenJDK 18-ea+26-1787, home at: C:\Program 
Files\Java\jdk-18)
     Gradle runs with 11 (Eclipse Adoptium JDK 11.0.13+8, home at: C:\Program 
Files\Java\jdk-11.0.13)
   
   > Task :errorProneSkipped
   WARNING: errorprone disabled (won't work with JDK 18 if used as alternate 
runtime JVM)
   
   > Task :solr:solrj:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   ```
   
   With plain JDK-17 as JAVA_HOME:
   ```
   C:\Users\Uwe Schindler\Projects\lucene\solr>java -version
   openjdk version "17" 2021-09-14
   OpenJDK Runtime Environment (build 17+35-2724)
   OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
   
   C:\Users\Uwe Schindler\Projects\lucene\solr>gradlew clean :solr:solrj:jar
   Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use 
--status for details
   <===========--> 86% EXECUTING [33s]
   > IDLE
   > IDLE
   > :solr:solrj:compileJava
   ```


-- 
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