mbien commented on PR #12042:
URL: https://github.com/apache/lucene/pull/12042#issuecomment-1449174461

   > As JDK 20 is not yet availabe on Adoptium/Eclipse servers this fails 
prechecks.
   
   @uschindler I believe the gradle automatic JDK download feature itself 
[doesn't support ea JDKs 
atm](https://docs.gradle.org/current/userguide/toolchains.html#sec:provisioning).
   
   It might work by pointing it at a local JDK. Although be warned that the 
gradle daemon can't run on JDK 20 yet, so we [run the daemon on 
11](https://github.com/apache/netbeans/blob/df0c22a07a95882ea76c03ac6a25f91ba4c7eb21/.github/workflows/main.yml#L120-L125)
 while using the standard setup-java action to get JDK 20ea (e.g. zulu, since 
they provide those super early). Works fairly well for the NetBeans CI which 
uses gradle for some modules.


-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to