Open Issues Need Help
View All on GitHubAdaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
Adaptable, fast automation for all
AI Summary: Update the link in the Gradle documentation's Graph Resolution section to correctly point to the Capabilities documentation instead of the Variants and Attributes documentation. This needs to be done for both the 9.0.0-rc-3 and 8.x versions of the documentation.
Adaptable, fast automation for all
AI Summary: Correct the numbered references (1-4) in the Kotlin and Groovy examples within the Gradle documentation section on "Structuring & Organizing Gradle Projects / Single-Project Build". The current numbering is incorrect, mislabeling the `settings.gradle[.kts]` file and the `app/build.gradle[.kts]` file. The example also incorrectly uses Kotlin's `.kts` extension in the Groovy example and vice-versa.
Adaptable, fast automation for all
AI Summary: Improve the Gradle documentation by adding an introductory paragraph to the section on finalizer tasks. The introductory paragraph should provide context and explain the purpose of finalizer tasks before diving into the technical details. The existing final paragraph of the section should be moved to the beginning.
Adaptable, fast automation for all
AI Summary: Correct a typo in the Gradle documentation regarding the location of the `init.d` file for configuring build cache retention. The documentation incorrectly states it should be placed in `~/.gradle/init.d`, when it should be `~/.gradle/init.gradle`. The task involves updating the relevant documentation page (linked in the issue description) to reflect the correct file path.
Adaptable, fast automation for all
AI Summary: Rename or refactor the Gradle integration test fixture assertion `assertTasksExecuted` to improve clarity. The current behavior is counter-intuitive: an empty argument list means no tasks executed, while a non-empty list means exactly those tasks and no others executed. The goal is to create more explicit and understandable assertions, potentially including a new `assertNoTasksExecuted` method, while maintaining consistency with similar methods like `assertTasksExecutedAndNotSkipped`.
Adaptable, fast automation for all