Skip to content

Commit 08d8224

Browse files
authored
ESQL: Fix buildParams in tests with --configuration-cache (#131826)
1 parent 108fc89 commit 08d8224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ tasks.named("test").configure {
110110
File snippetsFolder = file("build/testrun/test/temp/esql/_snippets")
111111
File kibanaFolder = file("build/testrun/test/temp/esql/kibana")
112112

113+
// BuildParams isn't available inside doFirst with --configuration-cache
114+
def buildParams = buildParams
113115
doFirst {
114116
injected.fs.delete {
115117
it.delete(tempDir)

0 commit comments

Comments
 (0)