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
Go to services/module-a/src/main/java/com/one/demo/DemoApplication.java, navigate to SpringApplication and open the class file and check the version of the library where the file comes from, it will be shown it is 3.4.0
Go to buildSrc/build.gradle -> line 10 and change implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.0
Repeat step one to check the version, it will still show the previous version
Another way of reproducing
Go to services/module-a/build.gradle, add some dependency, you can add, implementation 'io.micrometer:micrometer-registry-prometheus:1.11.3'
Removing a dependency also doesn't remove it from VS Code Gradle plugin tree list. Likely same core issue - not updating properly on changes to build.gradle file. Restarting seems to be only thing that works. Been sketchy for a while, now.
Extension Name: vscode-gradle
Extension Version: 3.16.4
OS Version: Arch Linux
VSCode version: 1.95.3
Describe the bug
With multimodule gradle project, changing dependency version is not synchronized to the Java Lnaguage Server.
To Reproduce
Open this project, multimodule.zip
Another way of reproducing
Expected behavior
When dependencies are changed, or any gradle configuration the JDT should be updated as well to reflect the changes applied
The text was updated successfully, but these errors were encountered: