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
The Gradle Springboot project could be loaded successffly, and most of the gradle functions work well except for below two:
1, error message prompt while clicking "GRADLE DAEMONS" the Gradle plugin from the left bar.
++++++++Error Message++++++++ Error running gradle local installation: Command failed: "C:\ktapp\gradle" "--status" "quiet" '"C:\ktapp\gradle"' is not recognized as an internal or external command, operable program or batch file.
+++++++++++++++++++++++++
If I clear gradle.home and enable gradle.wrapper, then the Gradle program could be downloaded to gradle.user.home and the Gradle daemons would be shown.
2, The Java class could not be compiled automatically, I'm not sure whether it is a bug, I have to run compile or build task every time. It is a little inconvenient.
The text was updated successfully, but these errors were encountered:
I set up Gradle home and disabled gradle.wrapper in vscode settings like below:
"java.import.gradle.home": "C:\ktapp\gradle",
"java.import.gradle.user.home": "C:\ktapp\repo\gradle",
"java.import.gradle.wrapper.enabled": false,
"java.import.gradle.java.home": "C:\ktapp\jdk",
The Gradle Springboot project could be loaded successffly, and most of the gradle functions work well except for below two:
1, error message prompt while clicking "GRADLE DAEMONS" the Gradle plugin from the left bar.
++++++++Error Message++++++++
Error running gradle local installation: Command failed: "C:\ktapp\gradle" "--status" "quiet" '"C:\ktapp\gradle"' is not recognized as an internal or external command, operable program or batch file.
+++++++++++++++++++++++++
If I clear gradle.home and enable gradle.wrapper, then the Gradle program could be downloaded to gradle.user.home and the Gradle daemons would be shown.
2, The Java class could not be compiled automatically, I'm not sure whether it is a bug, I have to run compile or build task every time. It is a little inconvenient.
The text was updated successfully, but these errors were encountered: