Skip to content

Apply Gradle wrapper retry metadata - #1322

Open
alvarosanchez wants to merge 1 commit into
masterfrom
DEV-663-manually-apply-template-changes-to-the-micronaut-gradle-plugin
Open

Apply Gradle wrapper retry metadata#1322
alvarosanchez wants to merge 1 commit into
masterfrom
DEV-663-manually-apply-template-changes-to-the-micronaut-gradle-plugin

Conversation

@alvarosanchez

@alvarosanchez alvarosanchez commented May 16, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds the applicable Gradle wrapper retry metadata from the Micronaut Project Template: retries=0 and retryBackOffMs=500.
  • Leaves the wrapper distribution at Gradle 9.3.0; distributionUrl and validateDistributionUrl=true are unchanged.
  • Keeps wrapper scripts, wrapper jar, plugin code, publishing, workflows, dependency catalogs, docs, and samples unchanged.

Template Applicability

Applied:

  • Repository-neutral wrapper retry metadata.

Intentionally skipped:

  • Template Gradle distribution upgrade and wrapper binary/script churn, because the Gradle Plugin support matrix needs explicit maintainer intent for that change.
  • Template workflow, publishing, .agents, and generic dependency/catalog changes, because they do not apply directly to this Gradle Plugin Portal-published repository.

Verification

  • git fetch origin master DEV-663-manually-apply-template-changes-to-the-micronaut-gradle-plugin
  • git rebase origin/master
  • git diff --check origin/master...HEAD
  • ./gradlew --version --no-daemon

Current CI

  • GraalVM Latest CI and CLA passed.
  • Java CI / build (25) failed in existing :functional-tests:test OpenAPI/KAPT cases with NoSuchMethodError: StaticJavaParser.parseJavadoc(...) and related generated Kotlin test compile failures.
  • Recent master Java CI runs are also failing, so this appears unrelated to the wrapper metadata-only diff; no DEV-663 branch change is requested from code review for that failure.

Paperclip

Fixes DEV-663.

Project routing note: QA did not create a separate intake artifact for this routine issue, but QA and Security both approved the master branch target. Code review selected the matching open Micronaut organization project set: 5.0.0-M3 and 5.0.0 Release.

No PR-visible assets are required because this is a wrapper metadata-only change with no rendered output or generated review artifact.


✨ This message was AI-generated using gpt-5

Copilot AI review requested due to automatic review settings May 16, 2026 07:30
@alvarosanchez alvarosanchez added the type: task A task that needs to be completed label May 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Gradle wrapper configuration to include wrapper download retry metadata (aligned with the Micronaut Project Template) while keeping the Gradle distribution pinned at 9.3.0.

Changes:

  • Added retries=0 and retryBackOffMs=500 to gradle-wrapper.properties.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alvarosanchez
alvarosanchez force-pushed the DEV-663-manually-apply-template-changes-to-the-micronaut-gradle-plugin branch from 0ea67b8 to da8fbd7 Compare May 19, 2026 08:18
@sdelamo sdelamo removed this from 5.0.0-M3 May 21, 2026
@sdelamo sdelamo removed this from 5.0.0 Release May 21, 2026
@altro3

altro3 commented May 21, 2026

Copy link
Copy Markdown
Contributor

@alvarosanchez better solutin is just upgrade gradle to latest version - 9.5.1 and run task wrapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A task that needs to be completed

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

4 participants