mirror of https://github.com/apache/lucene.git
Upgrade to gradle 7.5.1 (excluding launch scripts, which we have customized) (#11886)
This commit is contained in:
parent
2793256682
commit
5c7edd7f38
|
@ -22,7 +22,7 @@ import org.gradle.util.GradleVersion
|
|||
|
||||
configure(rootProject) {
|
||||
ext {
|
||||
expectedGradleVersion = '7.3.3'
|
||||
expectedGradleVersion = '7.5.1'
|
||||
}
|
||||
|
||||
wrapper {
|
||||
|
|
|
@ -1 +1 @@
|
|||
33ad4583fd7ee156f533778736fa1b4940bd83b433934d1cc4e9f608e99a6a89
|
||||
91a239400bb638f36a1795d8fdf7939d532cdc7d794d1119b7261aac158b1e60
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.3
|
||||
7.5.1
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue