Skip to content

Cleanup: Making the build script fit for the future. #3552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wadoon
Copy link
Member

@wadoon wadoon commented Feb 15, 2025

The best practices in Gradle are moved further. This PR tries to follow.

  • Global dependencies management using toml-BOM
  • Java convention using plugin

It also removes ANTLR2+3.

Intended Change
This PR brings smaller local clean-ups:

Renovation of Gradle. The usage of allprojects and subprojects are discourage. The new way of managing multi-project Gradle projects is via buildSrc and writing central plugins.
Central management of dependencies (BOM) using gradle/lib.versions.toml.
Removal of ANTLR v2 + v3 from the dependencies.

@wadoon wadoon self-assigned this Feb 15, 2025
@wadoon wadoon changed the title Making the build script fit for the future. Cleanup: Making the build script fit for the future. Feb 15, 2025
@wadoon wadoon added the 🛠 Maintenance Code quality and related things w/o functional changes label Feb 15, 2025
@wadoon wadoon added this to the v2.14.0 milestone Feb 15, 2025
@wadoon wadoon force-pushed the weigl/cleanup/gradle branch 2 times, most recently from a8bb94b to e333703 Compare February 25, 2025 17:46
@wadoon wadoon force-pushed the weigl/cleanup/gradle branch from e333703 to e4b7aa2 Compare March 16, 2025 00:58
@wadoon wadoon force-pushed the weigl/cleanup/gradle branch from e4b7aa2 to 59ae0fb Compare June 8, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Maintenance Code quality and related things w/o functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant