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
https://docs.gradle.org/current/userguide/custom_plugins.html gives an example filename of my/java-library-convention.gradle.kts (my package directory, singular convention) and https://docs.gradle.org/current/samples/sample_convention_plugins.html uses myproject.java-conventions.gradle.kts (myproject package in the filename, plural conventions). Which one is idiomatic?
my/java-library-convention.gradle.kts
my
convention
myproject.java-conventions.gradle.kts
myproject
conventions
Consistent examples in gradle docs.
Examples are inconsistent. This is just a minor issue, but it would be nice to have idiomatic guidance to avoid bike-shedding.
The text was updated successfully, but these errors were encountered:
related: jjohannes/idiomatic-gradle#9
Sorry, something went wrong.
Thank you for your interest in Gradle!
This is a valid documentation issue which we will address.
Closed with #28592, #28167 and #28539
lkasso
Successfully merging a pull request may close this issue.
https://docs.gradle.org/current/userguide/custom_plugins.html gives an example filename of
my/java-library-convention.gradle.kts
(my
package directory, singularconvention
) and https://docs.gradle.org/current/samples/sample_convention_plugins.html usesmyproject.java-conventions.gradle.kts
(myproject
package in the filename, pluralconventions
). Which one is idiomatic?Expected Behavior
Consistent examples in gradle docs.
Current Behavior
Examples are inconsistent. This is just a minor issue, but it would be nice to have idiomatic guidance to avoid bike-shedding.
The text was updated successfully, but these errors were encountered: