Skip to content

Commit 542643b

Browse files
committed
restore copying plugin metadata
1 parent f0ad4be commit 542643b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/src/main/java/org/elasticsearch/gradle/plugin/BasePluginBuildPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ private static CopySpec createBundleSpec(
183183
) {
184184
var bundleSpec = project.copySpec();
185185
bundleSpec.from(buildProperties);
186+
bundleSpec.from(pluginMetadata);
186187
bundleSpec.from(
187188
(Callable<TaskProvider<Task>>) () -> project.getPluginManager().hasPlugin("com.gradleup.shadow")
188189
? project.getTasks().named("shadowJar")

0 commit comments

Comments
 (0)