Skip to content

Commit 933822f

Browse files
committed
Publish plugin-classloader library JAR (#68926)
(cherry picked from commit 67cfa63)
1 parent 1184f44 commit 933822f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/plugin-classloader/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* Side Public License, v 1.
77
*/
88

9+
// This is only required because :server needs this at runtime.
10+
// We'll be removing this in 8.0 so for now just publish the JAR to make dependency resolution work.
11+
apply plugin: 'elasticsearch.publish'
12+
913
tasks.named("test").configure { enabled = false }
1014

1115
// test depend on ES core...

0 commit comments

Comments
 (0)