Skip to content

Commit

Permalink
Upgrade gradle to 8.4 (#596) (#597)
Browse files Browse the repository at this point in the history
* Upgrade gradle to 8.4

Signed-off-by: Ryan Bogan <[email protected]>

* Add Changelog entry

Signed-off-by: Ryan Bogan <[email protected]>

* Add required explicit dependency

Signed-off-by: Ryan Bogan <[email protected]>

* Add second required explicit dependency

Signed-off-by: Ryan Bogan <[email protected]>

---------

Signed-off-by: Ryan Bogan <[email protected]>
(cherry picked from commit 70f6751)

Co-authored-by: Ryan Bogan <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ryanbogan authored Dec 26, 2023
1 parent bc355fd commit eb19fb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
### Infrastructure
### Documentation
### Maintenance
* Upgrade gradle to 8.4 ([#596](https://github.com/opensearch-project/geospatial/pull/596))
### Refactoring
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ buildscript {
dependencies {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.3.0"
classpath "io.freefair.gradle:lombok-plugin:6.4.3"
classpath "io.freefair.gradle:lombok-plugin:8.4"
}
}
apply plugin: "com.diffplug.spotless"
Expand Down Expand Up @@ -315,8 +315,8 @@ spotless {
jacocoTestReport {
dependsOn test
reports {
xml.enabled = true
html.enabled = true
xml.getRequired().set(true)
html.getRequired().set(true)
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 2 additions & 1 deletion libs/h3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ publishing {
}
}


validatePluginZipPom.dependsOn(generatePomFileForNebulaPublication)
validateNebulaPom.dependsOn(generatePomFileForPluginZipPublication)

0 comments on commit eb19fb0

Please sign in to comment.