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
Hm, this seems to be working for me. Are you using the latest version of this plugin?
Also make sure you click on boot. Neither referencing from spring nor get() is supported.
I'm using version 1.3.0. This is the latest, right? Referencing from boot doesn't work for me.
I have just updated my IntelliJ to the latest version, to see if that makes a difference, but I still have this behaviour. The IntelliJ version is 2023.1.2 Build #IU-231.9011.34.
I have declared a version like this:
If I refer to it from a toml file, then the navigation is working, but when I refer to it from a build.gradle.kts file, then the navigation is broken.
An example of how I use it in the build file:
In the example above navigation to the
spring-boot
library is working, but to the version is not.The text was updated successfully, but these errors were encountered: