Skip to content

Conversation

@yeikel
Copy link
Collaborator

@yeikel yeikel commented Sep 23, 2025

What changes did you make? (Give an overview)

Is there anything you'd like reviewers to focus on?

Upgrades Gradle to 9.2.0

Highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Closes #1356
Unblocks #1349

How Has This Been Tested? (put an "x" (case-sensitive!) next to an item)

  • Unit checks
  • Integration checks
  • Covered by existing automation

Checklist (put an "x" (case-sensitive!) next to all the items, otherwise the build will fail)

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (e.g. ENVIRONMENT VARIABLES)
  • My changes generate no new warnings (e.g. Sonar is happy)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged

A picture of a cute animal (not mandatory but encouraged)

0_A7MUqyCLvZDcHkfM

@kapybro kapybro bot added status/triage Issues pending maintainers triage scope/infra CI, CD, dev. env, etc. status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Sep 23, 2025
@yeikel yeikel force-pushed the upgrade-gradle-9 branch 7 times, most recently from 72a9632 to a4c37a6 Compare September 23, 2025 05:18
@yeikel yeikel force-pushed the upgrade-gradle-9 branch 6 times, most recently from 424857b to 6688119 Compare September 24, 2025 03:19
@Haarolean Haarolean added type/enhancement En enhancement/improvement to an already existing feature scope/backend Related to backend changes and removed status/triage/manual Manual triage in progress labels Sep 25, 2025
@yeikel yeikel changed the title Infra: Upgrade to gradle 9.1.0 Infra: Upgrade to gradle 9.2.0 Nov 16, 2025
@yeikel yeikel force-pushed the upgrade-gradle-9 branch 3 times, most recently from 81b17b7 to 8a9502e Compare November 16, 2025 21:07
sourceSets {
main {
java {
srcDirs += generateGrammarSource.outputDirectory
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is no longer needed. See gradle/gradle#35455

spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' }
git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' }
spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.7' }
git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.5.3' }
Copy link
Collaborator Author

@yeikel yeikel Nov 16, 2025

Choose a reason for hiding this comment

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

@yeikel yeikel mentioned this pull request Nov 16, 2025
10 tasks
@yeikel yeikel marked this pull request as ready for review November 16, 2025 21:17
@yeikel yeikel requested review from a team as code owners November 16, 2025 21:17
@yeikel
Copy link
Collaborator Author

yeikel commented Nov 16, 2025

@Haarolean @germanosin

This is ready now

name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # https://github.com/actions/checkout/releases/tag/v5.0.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This format with the link is supported by Dependabot which will keep it updated

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

Labels

scope/backend Related to backend changes scope/infra CI, CD, dev. env, etc. status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to Gradle 9

2 participants