Skip to content

Commit

Permalink
update the Gradle wrapper to v7.6.4 (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Feb 19, 2024
1 parent 75a28b0 commit b29c2f8
Showing 1 changed file with 1 addition and 1 deletion.
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-7.6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

3 comments on commit b29c2f8

@llzen44
Copy link
Contributor

@llzen44 llzen44 commented on b29c2f8 Mar 1, 2024

Choose a reason for hiding this comment

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

Hi
Shouldn't the gradleVersion (in root build.gradle) be modified as well ?

@stephengold
Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I'll submit a separate PR for that.

@stephengold
Copy link
Member Author

Choose a reason for hiding this comment

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

PR #2207

Please sign in to comment.