Skip to content

Commit 1dde7b3

Browse files
committed
Upgrade to 7.17.28
1 parent 3db890d commit 1dde7b3

6 files changed

Lines changed: 209 additions & 144 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
// However this archive is not included in the final plugin bundle, since
4343
// legacy geo and its dependencies (JTS) are already present at runtime
4444
// with ES (see the jar/manifest rule below)
45-
compileOnly files('libs/legacy-geo-7.17.6.jar')
45+
compileOnly files('libs/legacy-geo-7.17.28.jar')
4646

4747
yamlRestTestImplementation "org.elasticsearch.test:framework:${es_version}"
4848
yamlRestTestImplementation "org.apache.logging.log4j:log4j-core:2.17.1"
@@ -54,7 +54,7 @@ dependencies {
5454
jar {
5555
manifest {
5656
attributes(
57-
"Class-Path": "../../modules/legacy-geo/legacy-geo-7.17.6.jar ../../modules/legacy-geo/jts-core-1.15.0.jar ../../modules/legacy-geo/spatial4j-0.7.jar")
57+
"Class-Path": "../../modules/legacy-geo/legacy-geo-7.17.28.jar ../../modules/legacy-geo/jts-core-1.15.0.jar ../../modules/legacy-geo/spatial4j-0.7.jar")
5858

5959
}
6060
}

gradle/wrapper/gradle-wrapper.jar

-14.8 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 177 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)