Upgrade gradle to 7.5, silence the welcome message (#4196)

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
pull/4196/merge
Antoine Toulme 2 years ago committed by GitHub
parent 049d234c0e
commit 0d7eaf16d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 1
      gradle.properties
  3. 2
      gradle/wrapper/gradle-wrapper.properties

@ -7,7 +7,8 @@
### Bug Fixes
- Stop producing stack traces when a get headers response only contains the range start header [#4189](https://github.com/hyperledger/besu/pull/4189)
- Upgrade Gradle to 6.8.0 [#4195](https://github.com/hyperledger/besu/pull/4195)
- Upgrade Spotless to 6.8.0 [#4195](https://github.com/hyperledger/besu/pull/4195)
- Upgrade Gradle to 7.5 [#4196](https://github.com/hyperledger/besu/pull/4196)
## 22.7.0-RC3

@ -1,2 +1,3 @@
version=22.7.0-SNAPSHOT
org.gradle.welcome=never

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

Loading…
Cancel
Save