Skip to content

Commit

Permalink
Try fixing build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jan 11, 2024
1 parent 6ecf9d2 commit 6186246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ buildscript {
plugins {
id "com.netflix.nebula.ospackage" version "11.6.0"
id 'java-library'
id "io.freefair.lombok" version "6.4.0"
id "io.freefair.lombok" version "8.4"
id 'jacoco'
id 'com.diffplug.spotless' version '6.19.0'
}
Expand Down
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ task comparisonTest(type: RestIntegTestTask) {
return new RegularFile() {
@Override
File getAsFile() {
return configurations.zipArchive.singleFileTree.matching {
configurations.zipArchive.asFileTree.matching {
include '**/opensearch-sql-plugin*'
}.singleFile
}
Expand Down

0 comments on commit 6186246

Please sign in to comment.