Skip to content

Use version catelogs in Gradle#276

Closed
Yang-33 wants to merge 2 commits into
line:masterfrom
Yang-33:version-catalog
Closed

Use version catelogs in Gradle#276
Yang-33 wants to merge 2 commits into
line:masterfrom
Yang-33:version-catalog

Conversation

@Yang-33
Copy link
Copy Markdown
Contributor

@Yang-33 Yang-33 commented May 9, 2026

Version catalogs is a modern way to declare versions. https://docs.gradle.org/current/userguide/version_catalogs.html

This change migrates the current version declarations to version catalogs. The scope of this change is only aliases, so it does not affect publishing or dependency resolution.

Version catalog can also manage plugin versions, but I did not introduce that yet because the current build.gradle style cannot use it. After we finish cleaning up the Gradle setup, we may be able to introduce it.

I confirmed that this does not change version resolution or the published JARs as follows:

  1. Locally publish from the master branch and get the POM for the corresponding JAR.
  2. Do the same from this PR.
  3. Compare them and confirm they are identical.

@Yang-33 Yang-33 mentioned this pull request May 9, 2026
5 tasks
@Yang-33 Yang-33 closed this May 9, 2026
@Yang-33 Yang-33 deleted the version-catalog branch May 9, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant