Apply Gradle wrapper retry metadata - #1322
Open
alvarosanchez wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
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=0andretryBackOffMs=500togradle-wrapper.properties.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alvarosanchez
force-pushed
the
DEV-663-manually-apply-template-changes-to-the-micronaut-gradle-plugin
branch
from
May 19, 2026 08:18
0ea67b8 to
da8fbd7
Compare
Contributor
|
@alvarosanchez better solutin is just upgrade gradle to latest version - 9.5.1 and run task |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
retries=0andretryBackOffMs=500.9.3.0;distributionUrlandvalidateDistributionUrl=trueare unchanged.Template Applicability
Applied:
Intentionally skipped:
.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-plugingit rebase origin/mastergit diff --check origin/master...HEAD./gradlew --version --no-daemonCurrent CI
GraalVM Latest CIand CLA passed.Java CI / build (25)failed in existing:functional-tests:testOpenAPI/KAPT cases withNoSuchMethodError: StaticJavaParser.parseJavadoc(...)and related generated Kotlin test compile failures.masterJava 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
masterbranch target. Code review selected the matching open Micronaut organization project set:5.0.0-M3and5.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