feat: gradle plugin
Metadata
Current evaluation
Merged the Gradle plugin feature. Approved by four reviewers, the PR passed CI after security scan failures were resolved via a separate pull request. The update adds 18 files and includes changelog documentation.
Suggested action: —
No scores available.
Issue body
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged the Gradle plugin feature. Approved by four reviewers, the PR passed CI after security scan failures were resolved via a separate pull request. The update adds 18 files and includes changelog documentation. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged the Gradle plugin feature. External contributor yanksyoon addressed CI failures by retriggering tests after a flaky Azure mirror issue, and unblocked security scans via a related PR. The change was successfully integrated into the codebase. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1559 feat: add gradle-use plugin | craft-parts | merged | Merged a new gradle-use plugin that extracts local publishing logic from the gradle plugin to align with the *-use pattern. Approved by two reviewers, passed all CI checks, and modified 10 files. | |
| #726 feat: unregister plugins | craft-parts | merged | Merged a feature enabling applications to unregister built-in plugins. Approved by two reviewers, passed CI checks, and updated three files with 37 additions and 10 deletions. | |
| #1125 feat: maven-use plugin | craft-parts | merged | Merged the maven-use plugin, productizing it per CRAFT-4570. Approved by three reviewers and passed all CI checks. The update modified 21 files, adding 1505 lines and removing 136. | |
| #1154 feat: allow customizations on MavenPlugin | craft-parts | merged | Merged feature adding customization points to MavenPlugin, allowing subclasses to run extra operations and deploy to custom paths without changing default behavior. Approved by three reviewers and passed all CI checks. |