Skip to content

Commit

Permalink
Gradle wrapper version (#177)
Browse files Browse the repository at this point in the history
* Gradle version changed in gradle-wrapper.properties

* Changelog entry

---------

Co-authored-by: Mehul <65443164+infiniteregrets@users.noreply.github.com>
  • Loading branch information
Razz4780 and infiniteregrets committed Oct 10, 2023
1 parent c8bbaa7 commit 1652125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+gradle-version.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bumped Gradle version in `distributionUrl` property of Gradle Wrapper.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1652125

Please sign in to comment.