Skip to content

Commit

Permalink
Upgrade gradle to 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Dec 20, 2023
1 parent 3305da1 commit 1fb2da2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ private Processor.Parameters getProcessorParameter() {
null,
ingestService,
client,
null,
null
);
}
Expand Down

0 comments on commit 1fb2da2

Please sign in to comment.