Skip to content

Fix generated libs.versions.toml link to correct TOML format page#35567

Merged
6hundreds merged 2 commits intogradle:masterfrom
minjun011026:fix/init-generated-toml-doc-url
Nov 6, 2025
Merged

Fix generated libs.versions.toml link to correct TOML format page#35567
6hundreds merged 2 commits intogradle:masterfrom
minjun011026:fix/init-generated-toml-doc-url

Conversation

@minjun011026
Copy link
Contributor

Fixes #35524

Context

Issue #35524

The original link for the TOML format (.../platforms.html...) in the libs.versions.toml header was incorrect.

It has been updated to point to the correct documentation page: The TOML catalog format

Contributor Checklist

  • Review Contribution Guidelines.
  • Make sure that all commits are signed off to indicate that you agree to the terms of Developer Certificate of Origin.
  • Make sure all contributed code can be distributed under the terms of the Apache License 2.0, e.g. the code was written by yourself or the original code is licensed under a license compatible to Apache License 2.0.
  • Check "Allow edit from maintainers" option in pull request so that additional changes can be pushed by Gradle team.
  • Provide integration tests (under <subproject>/src/integTest) to verify changes from a user perspective.
  • Provide unit tests (under <subproject>/src/test) to verify logic.
  • Update User Guide, DSL Reference, and Javadoc for public-facing changes.
  • Ensure that tests pass sanity check: ./gradlew sanityCheck.
  • Ensure that tests pass locally: ./gradlew <changed-subproject>:quickTest.

Reviewing cheatsheet

Before merging the PR, comments starting with

  • ❌ ❓must be fixed
  • 🤔 💅 should be fixed
  • 💭 may be fixed
  • 🎉 celebrate happy things

Signed-off-by: jun011026 <jun011026@gmail.com>
@minjun011026 minjun011026 requested a review from a team as a code owner November 5, 2025 02:24
@bot-gradle bot-gradle added from:contributor PR by an external contributor to-triage labels Nov 5, 2025
@minjun011026 minjun011026 changed the title Update generated libs.versions.toml link to correct TOML format page Fix generated libs.versions.toml link to correct TOML format page Nov 6, 2025
Copy link
Member

@6hundreds 6hundreds left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

This PR is complete and simple enough, it will be merged immediately.

@6hundreds 6hundreds added this pull request to the merge queue Nov 6, 2025
@bot-gradle bot-gradle added this to the 9.3.0 RC1 milestone Nov 6, 2025
@6hundreds 6hundreds added in:build-init-infrastructure The build init plugin and other base infrastructure and removed to-triage labels Nov 6, 2025
Merged via the queue into gradle:master with commit db6696c Nov 6, 2025
21 checks passed
@minjun011026 minjun011026 deleted the fix/init-generated-toml-doc-url branch January 30, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

from:contributor PR by an external contributor in:build-init-infrastructure The build init plugin and other base infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version catalog header comment points to unhelpful location

3 participants