Skip to content
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

Navigation to version definition is broken when used outside of the toml file #22

Open
ElviaSober opened this issue May 30, 2023 · 2 comments

Comments

@ElviaSober
Copy link

I have declared a version like this:

[versions]
spring-boot = "3.0.6"

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:

    permitUnusedDeclared("${libs.spring.boot.get()}:${libs.versions.spring.boot.get()}")

In the example above navigation to the spring-boot library is working, but to the version is not.

@F43nd1r
Copy link
Owner

F43nd1r commented May 30, 2023

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.

@ElviaSober
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants