We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wonder if it is possible to attach sources to gradleApi() via this plugin?
gradleApi()
I asked a question:
https://discuss.gradle.org/t/javadoc-go-to-sources-for-buildsrc-src-main-groovy-in-idea-comunity/38336
and found solution for sources under buildSrc/src/main/groovy to have javadoc + goto source: I have to attach sources manually via "Modules" UI.
buildSrc/src/main/groovy
Refreshing IDEA project from Gradle build files removes sources configuration. I have to attach sources each time I "refresh" from "Gradle" toolbar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wonder if it is possible to attach sources to
gradleApi()
via this plugin?I asked a question:
https://discuss.gradle.org/t/javadoc-go-to-sources-for-buildsrc-src-main-groovy-in-idea-comunity/38336
and found solution for sources under
buildSrc/src/main/groovy
to have javadoc + goto source: I have to attach sources manually via "Modules" UI.Refreshing IDEA project from Gradle build files removes sources configuration. I have to attach sources each time I "refresh" from "Gradle" toolbar.
The text was updated successfully, but these errors were encountered: