mirror of https://github.com/hyperledger/besu
Upgrade gradle to 7.5, silence the welcome message (#4196)
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>pull/4196/merge
parent
049d234c0e
commit
0d7eaf16d4
@ -1,2 +1,3 @@ |
|||||||
version=22.7.0-SNAPSHOT |
version=22.7.0-SNAPSHOT |
||||||
|
|
||||||
|
org.gradle.welcome=never |
||||||
|
@ -1,5 +1,5 @@ |
|||||||
distributionBase=GRADLE_USER_HOME |
distributionBase=GRADLE_USER_HOME |
||||||
distributionPath=wrapper/dists |
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 |
zipStoreBase=GRADLE_USER_HOME |
||||||
zipStorePath=wrapper/dists |
zipStorePath=wrapper/dists |
||||||
|
Loading…
Reference in new issue