Upgrade to gradle 7.5.1 (excluding launch scripts, which we have customized) (#11886)

This commit is contained in:
Dawid Weiss 2022-10-28 08:49:36 +02:00 committed by GitHub
parent 2793256682
commit 5c7edd7f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View File

@ -22,7 +22,7 @@ import org.gradle.util.GradleVersion
configure(rootProject) {
ext {
expectedGradleVersion = '7.3.3'
expectedGradleVersion = '7.5.1'
}
wrapper {

View File

@ -1 +1 @@
33ad4583fd7ee156f533778736fa1b4940bd83b433934d1cc4e9f608e99a6a89
91a239400bb638f36a1795d8fdf7939d532cdc7d794d1119b7261aac158b1e60

View File

@ -1 +1 @@
7.3.3
7.5.1

View File

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

View File

@ -168,6 +168,11 @@ Other
* LUCENE-10635: Ensure test coverage for WANDScorer by using a test query. (Zach Chen, Adrien Grand)
Build
---------------------
* GITHUB#11886: Upgrade to gradle 7.5.1 (Dawid Weiss)
======================== Lucene 9.4.1 =======================
Bug Fixes