We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f3f2c commit 68e58c4Copy full SHA for 68e58c4
plugins/build.gradle
@@ -14,6 +14,7 @@ subprojects {
14
configure(subprojects.findAll { it.parent.path == project.path }) {
15
group = 'org.elasticsearch.plugin'
16
apply plugin: 'elasticsearch.internal-es-plugin'
17
+ apply plugin: 'elasticsearch.publish'
18
19
esplugin {
20
// for local ES plugins, the name of the plugin is the same as the directory
0 commit comments