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
After I updated the plugin to 2.2.0 and performed "Reimport" in IDEA, "Provided" dependencies between IDE modules were replaced with dependencies on related compiled JARs (see the screenshot):
So, navigation in the IDE stopped working correctly, because references are only resolved to .class files in that JARs. Also that JARs may not exist or be outdated, so sometimes references are not resolved at all (until I perform Gradle build).
After downgrading to 2.1.0 dependencies look like this, which works good for me (I'm not sure why both Runtime and Provided dependencies are needed though):
Relevant log output or stack trace
No response
Steps to reproduce
See the description
Gradle IntelliJ Plugin version
2.2.0
Gradle version
8.8
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered:
What happened?
After I updated the plugin to 2.2.0 and performed "Reimport" in IDEA, "Provided" dependencies between IDE modules were replaced with dependencies on related compiled JARs (see the screenshot):
So, navigation in the IDE stopped working correctly, because references are only resolved to
.class
files in that JARs. Also that JARs may not exist or be outdated, so sometimes references are not resolved at all (until I perform Gradle build).After downgrading to 2.1.0 dependencies look like this, which works good for me (I'm not sure why both Runtime and Provided dependencies are needed though):
Relevant log output or stack trace
No response
Steps to reproduce
See the description
Gradle IntelliJ Plugin version
2.2.0
Gradle version
8.8
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: