You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No idea which jdk version is used for gradle project if there is no this notification message.
Set local JAVA_HOME=1.8, open https://github.com/py4j/py4j/tree/master/py4j-java, there is no such notification and gradle java home is shown as 17. I don't know which jdk version is used for this project. It would be better to print related information in the log.
Local java home = 17, gradle wrapper of this project is 6.9.4 which is not supported with jdk 17, it doesn't get a compatible jdk version and reports an error as below.
Gradle for java: v3.17.0
The detected jdk version is not compatible with current gradle version
Repro steps:
Clone and open https://github.com/apache/lucene.git : The detected jdk is 17 but actually 21 is required.
Clone and open https://github.com/SpongePowered/Mixin.git : The detected jdk is 16 but actually it reports an error with jdk 17. (java home=17)
The text was updated successfully, but these errors were encountered: