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
It seems coc-java cannot work with newer version of gradle wrapper? Or not sure why it does not use the wrapper defined in the graddle wrapper properties file.
The first time I loaded the application it seemed working, then second time I got this error.
I haven't setup any coc config.
The project is minimal and generated via gradle init (java project with kts as gradle scripts)
gradle --version
------------------------------------------------------------
Gradle 8.5
------------------------------------------------------------
Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.2 (Oracle Corporation 17.0.2+8-LTS-86)
OS: Mac OS X 14.1.2 aarch64
Thank you :)
The text was updated successfully, but these errors were encountered:
Same problem on my MacOS Sonoma if I select Java 21 as target version, but vscode-java works without problem.
It's weird that changing to Java 17 and running git init under the gradle project solves the problem.
Same problem on my MacOS Sonoma if I select Java 21 as target version, but vscode-java works without problem. It's weird that changing to Java 17 and running git init under the gradle project solves the problem.
My
gradle/gradlew.wrapper.properties
file:It seems coc-java cannot work with newer version of gradle wrapper? Or not sure why it does not use the wrapper defined in the graddle wrapper properties file.
The first time I loaded the application it seemed working, then second time I got this error.
I haven't setup any coc config.
The project is minimal and generated via gradle init (java project with kts as gradle scripts)
Thank you :)
The text was updated successfully, but these errors were encountered: