uschindler commented on pull request #2171:
URL: https://github.com/apache/lucene-solr/pull/2171#issuecomment-751881688


   Hi, this works fine for me locally:
   ```
   > gradlew compileJava -Druntime.java.home=/path/to/jdk-16
   To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html.
   Daemon will be stopped at the end of the build stopping after processing
   
   > Configure project :
   WARNING: errorprone disabled (won't work with JDK 16)
   
   > Task :altJvmWarning
   NOTE: Alternative java toolchain will be used for compilation and tests:
     Project will use Java 16 from: C:\Program Files\java\jdk-16
     Gradle runs with Java 11 from: C:\Program Files\Java\jdk-11.0.8
   
   
   > Task :solr:solrj:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   ```
   
   Without this patch it fails as on Jenkins.


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to