From 82c1d69e0de91d11a61ae6153f89491adafa3a84 Mon Sep 17 00:00:00 2001 From: Till Krullmann Date: Thu, 24 Sep 2020 00:25:43 +0200 Subject: [PATCH] Gradle plugin-publish: add tags to plugin for publishing --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index bd43f8e..0d1ce83 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -178,6 +178,7 @@ pluginBundle { website = "https://github.com/unbroken-dome/gradle-xjc-plugin" vcsUrl = "https://github.com/unbroken-dome/gradle-xjc-plugin" description = "A plugin that integrates the XJC binding compiler into a Gradle build." + tags = listOf("xjc", "jaxb", "code generation", "xml") (plugins) { "xjcPlugin" {