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 f0ad4be commit 542643bCopy full SHA for 542643b
build-tools/src/main/java/org/elasticsearch/gradle/plugin/BasePluginBuildPlugin.java
@@ -183,6 +183,7 @@ private static CopySpec createBundleSpec(
183
) {
184
var bundleSpec = project.copySpec();
185
bundleSpec.from(buildProperties);
186
+ bundleSpec.from(pluginMetadata);
187
bundleSpec.from(
188
(Callable<TaskProvider<Task>>) () -> project.getPluginManager().hasPlugin("com.gradleup.shadow")
189
? project.getTasks().named("shadowJar")
0 commit comments