Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-all.zip

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the Windows test container on the bumped Gradle

When ./gradlew test runs on Windows, gradle/docker-test.gradle routes the suite through server/docker/Dockerfile.unit-test, whose ARG GRADLE_VERSION and checksum still download Gradle 9.4.1 even though this line moves the wrapper to 9.7.0; the Dockerfile also says it must match gradle-wrapper.properties. That leaves the Windows container path testing with the old Gradle, so any build behavior that depends on the wrapper upgrade can diverge from CI/Linux or fail only for Windows users until the Dockerfile version and SHA are updated too.

Useful? React with 👍 / 👎.

networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

175 changes: 82 additions & 93 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.