From 33571ca67996038f7e1cc76fb2bb81339019c64c Mon Sep 17 00:00:00 2001 From: sricharanvuppu <113983630+sricharanvuppu@users.noreply.github.com> Date: Wed, 12 Oct 2022 06:24:42 +0530 Subject: [PATCH] added groupId to pluginzip publication (#568) Signed-off-by: sricharanvuppu Signed-off-by: sricharanvuppu --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 4c5c2e97..757e6a62 100644 --- a/build.gradle +++ b/build.gradle @@ -889,6 +889,7 @@ publishing { pom { name = opensearchplugin.name description = opensearchplugin.description + group = "org.opensearch.plugin" licenses { license { name = "The Apache License, Version 2.0"