From a62123b70393c697d2e60a44c2a9310661bd4f52 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Fri, 8 Sep 2023 15:29:25 -0700 Subject: [PATCH] Update description metadata (#35) Update description to follow conventions defined [here][1]. [1]: https://github.com/opensearch-project/opensearch-plugins/blob/main/CONVENTIONS.md#opensearch-plugins-1 Signed-off-by: Andrew Ross --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e70b47..686edc1 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ apply plugin: 'opensearch.pluginzip' opensearchplugin { name 'opensearch-custom-codecs' - description 'A plugin that implements custom compression codecs.' + description 'OpenSearch plugin that implements custom compression codecs' classname 'org.opensearch.index.codec.customcodecs.CustomCodecPlugin' licenseFile rootProject.file('LICENSE') noticeFile rootProject.file('NOTICE')