-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle version inconsistence #797
Comments
the current gradle task setting is
|
Unfortunately I cannot reproduce. I can init a new project using gradle 6.7.1 and that's the version used in vscode. Can you paste the contents of Can you also paste the output from the |
as your request. gradle/wrapper/gradle-wrapper.properties
Gradle Tasks output
|
Another action should be done to reproduce the problem. open the main java file, the .gradle folder will be updated |
Hmm, i wonder if it's the Java extension doing this. Possibly related issue: redhat-developer/vscode-java#924 Can you try disable the Java extension and test this again? |
Yes. You are right. Thank you for the help |
Extension Name: vscode-gradle
Extension Version: v3.5.2
OS Version: macOS Big Sur Version 11.0.1
VSCode version: 1.51.1
Describe the bug
I installed gradle 6.7 and use gradle init to create a gradle project
but in vscode, the .gradle folder contains both 6.3 and 6.7 subfolders.
If I run the gradle init command in terminal, there is only one subfoler, 6.7, in the .gradle folder
I also found in the buildOutputCleanup folder, the cache.properties file has gradle.version=6.3
where does this gradle.version property come from?
To Reproduce
Expected behavior
gradle project should has no problem in vscode
The text was updated successfully, but these errors were encountered: