From 71992b9fe94314e2bba03373841c541d24918df3 Mon Sep 17 00:00:00 2001 From: Patrick Mirwald Date: Tue, 4 Jul 2023 14:04:48 +0200 Subject: [PATCH] chore: remove not allowed tags --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2fe2d1b..b119c9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ pluginBundle { website = "https://github.com/Liftric/s3-apt-repository-plugin" vcsUrl = "https://github.com/Liftric/s3-apt-repository-plugin" description = "A Gradle Plugin for managing an APT Repository on S3" - tags = listOf("s3", "apt", "repository", "plugin", "gradle", "debian") + tags = listOf("s3", "apt", "repository", "debian") } dependencies {