Skip to content

Commit e9c2068

Browse files
committed
build.gradle: include elasticsearch-http-basic-*.jar
1 parent 156752d commit e9c2068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ task makePluginDescriptor(type: Copy) {
8484
])
8585
}
8686

87-
task buildPluginZip(type: Zip, dependsOn: [':jar', ':makePluginDescriptor']) {
87+
task plugin(type: Zip, dependsOn: [':jar', ':makePluginDescriptor']) {
8888
from configurations.releaseJars
8989
from 'build/tmp/plugin'
90+
from 'build/libs'
9091
classifier = 'plugin'
9192
}
9293

0 commit comments

Comments
 (0)