feat(gradle_plugin): add gradle-use-daemon key
Metadata
Current evaluation
Merged the gradle-use-daemon key into the Gradle plugin, allowing users to override the default daemon disablement. Approved by two reviewers, passed CI checks, and updated six files with 69 additions and 10 deletions.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
This PR disables the Gradle daemon when using the Gradle plugin and adds a key `gradle-use-daemon` to override this behaviour.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged the gradle-use-daemon key into the Gradle plugin, allowing users to override the default daemon disablement. Approved by two reviewers, passed CI checks, and updated six files with 69 additions and 10 deletions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged addition of the gradle-use-daemon key to the Gradle plugin. The change disables the Gradle daemon by default but permits users to re-enable it via the new configuration option. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1439 fix(docs): move gradle-use-daemon to keys section | craft-parts | merged | Merged a documentation fix moving the gradle-use-daemon key to the keys section. Approved by a reviewer, passed all CI checks, and applied to a single file with minor adjustments. | |
| #1433 test(gradle_plugin): disable daemon in integration test | craft-parts | merged | Merged to disable the Gradle daemon in integration tests. Approved by two reviewers, adding two lines to one file. Changes integrated into the main branch. |