Skip to content

Commit 68e58c4

Browse files
authored
[7.17] Fix missing DRA maven artifacts (#129571)
1 parent f5f3f2c commit 68e58c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ subprojects {
1414
configure(subprojects.findAll { it.parent.path == project.path }) {
1515
group = 'org.elasticsearch.plugin'
1616
apply plugin: 'elasticsearch.internal-es-plugin'
17+
apply plugin: 'elasticsearch.publish'
1718

1819
esplugin {
1920
// for local ES plugins, the name of the plugin is the same as the directory

0 commit comments

Comments
 (0)