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 1184f44 commit 933822fCopy full SHA for 933822f
libs/plugin-classloader/build.gradle
@@ -6,6 +6,10 @@
6
* Side Public License, v 1.
7
*/
8
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
+
13
tasks.named("test").configure { enabled = false }
14
15
// test depend on ES core...
0 commit comments