Skip to content

gradle 9.6.0#346

Merged
cdsap merged 1 commit into
mainfrom
gradle_9_6_0
Jun 19, 2026
Merged

gradle 9.6.0#346
cdsap merged 1 commit into
mainfrom
gradle_9_6_0

Conversation

@cdsap

@cdsap cdsap commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add 9.6.0 as the new default bundled Gradle wrapper (gradle_9_6_0.zip); drop 9.3.1 to keep three versions per major in supported-gradle-versions.txt.
  • Refresh README: --gradle choices/default, supported-versions list, sample Gradle.fromValue(...) call, and gradle: 9.6.0 in the versions.yaml example.
  • Fix GradleWrapperTest: Gradle 9.6.0 changed the generated gradlew banner from Gradle start up script to gradlew start up script; switched the assertion to a case-insensitive substring on the stable portion.

Test plan

  • ./gradlew :project-generator:test — 109 tests, all passing after the banner-assertion fix.
  • Verified gradle_9_6_0.zip contains gradle/wrapper/gradle-wrapper.properties with distributionUrl=...gradle-9.6.0-bin.zip and the same layout as the other bundled zips.
  • grep for any remaining 9.3.1 / 9_3_1 / GRADLE_9_3_1 references — none.

Add 9.6.0 as the new default bundled Gradle wrapper, drop 9.3.1
to keep three versions per major in supported-gradle-versions.txt.

Adjust GradleWrapperTest banner assertion: Gradle 9.6.0 changed the
generated gradlew header from "Gradle start up script" to "gradlew
start up script".
@cdsap cdsap merged commit fe9566c into main Jun 19, 2026
12 checks passed
@cdsap cdsap deleted the gradle_9_6_0 branch June 19, 2026 18:14
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