Skip to content

Commit

Permalink
chore: update scripts/update-gradle.sh to v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 22, 2022
1 parent 121d465 commit a26220e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Features

- Bump Gradle to v7.5.0 ([#2174](https://github.com/getsentry/sentry-java/pull/2174))
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v750)
- [diff](https://github.com/gradle/gradle/compare/v7.4.2...v7.5.0)

## 6.3.0

### Features
Expand Down
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.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a26220e

Please sign in to comment.