Felix de Souza
06/09/2025, 4:44 PM~/<user.home>/.ideaLibSources which IntelliJ seems to pick up. This does not happen with later versions of gradle for whatever reason. The workaround I’ve been doing is:
• change the wrapper to -all distribution and refresh
• go to a gradle class and select Choose sources
• Go to ~/<user.home>/.gradle/wrapper/dists/gradle-<version>-all/<some-hash>/gradle-<version>/src and select that
This obviously doesn’t scale when gradle versions update automatically + many different gradle plugin repositories that I work between.
Trying to find an issue on YouTrack and Gradle’s github issue tracker has proven difficult since “gradle” and “intellij” are such common search terms 😅
has anyone actually figured out what the issue is and got it working again?
I have a rough feeling that:
• https://github.com/gradle/gradle/pull/29320
• https://github.com/gradle/gradle/issues/29483
are somewhat involved, but not sure, hoping someone will know 🙏