Skip to content

Commit 133f35b

Browse files
committed
Fix deprecated api usage in gradle build scripts
1 parent ea5e26b commit 133f35b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/plugin/esql/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ esplugin {
99
extendedPlugins = ['x-pack-ql', 'lang-painless']
1010
}
1111

12-
archivesBaseName = 'x-pack-esql'
12+
base {
13+
archivesName = 'x-pack-esql'
14+
}
1315

1416
dependencies {
1517
compileOnly project(path: xpackModule('core'))

0 commit comments

Comments
 (0)