Skip to content

Commit eb19fb0

Browse files
Upgrade gradle to 8.4 (#596) (#597)
* Upgrade gradle to 8.4 Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add Changelog entry Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add required explicit dependency Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add second required explicit dependency Signed-off-by: Ryan Bogan <rbogan@amazon.com> --------- Signed-off-by: Ryan Bogan <rbogan@amazon.com> (cherry picked from commit 70f6751) Co-authored-by: Ryan Bogan <rbogan@amazon.com>
1 parent bc355fd commit eb19fb0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
2121
### Infrastructure
2222
### Documentation
2323
### Maintenance
24+
* Upgrade gradle to 8.4 ([#596](https://github.com/opensearch-project/geospatial/pull/596))
2425
### Refactoring

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ buildscript {
7575
dependencies {
7676
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
7777
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.3.0"
78-
classpath "io.freefair.gradle:lombok-plugin:6.4.3"
78+
classpath "io.freefair.gradle:lombok-plugin:8.4"
7979
}
8080
}
8181
apply plugin: "com.diffplug.spotless"
@@ -315,8 +315,8 @@ spotless {
315315
jacocoTestReport {
316316
dependsOn test
317317
reports {
318-
xml.enabled = true
319-
html.enabled = true
318+
xml.getRequired().set(true)
319+
html.getRequired().set(true)
320320
}
321321
}
322322

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

libs/h3/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ publishing {
7272
}
7373
}
7474

75-
75+
validatePluginZipPom.dependsOn(generatePomFileForNebulaPublication)
76+
validateNebulaPom.dependsOn(generatePomFileForPluginZipPublication)

0 commit comments

Comments
 (0)