vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Upgrading gradle wrapper doesn't work for a specific project

Open yuyully opened this issue 2 years ago • 2 comments

Environment
  • Operating System: win 10
  • JDK version: 17.0.3
  • Visual Studio Code version: 1.80.0
  • Java extension version: 1.20.0
Steps To Reproduce
  1. Set java.import.gradle.java.home as jdk17
  2. Clone and open https://github.com/oblac/jodd.git
  3. When it prompts that if upgradle gradle or update jdk, select 'Upgrade Gradle to 7.4.2'
Current Result

Upgrading gradle wrapper doesn't work for this project. However it can work fine for other projects. jodd

Expected Result

Can upgrade gradle wrapper successfully.

yuyully avatar Jul 13 '23 07:07 yuyully