Skip to content

Commit 2fbdb00

Browse files
author
Jan Gaebel
committed
fix(publish): remove forbidden tags
1 parent 99218ff commit 2fbdb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ pluginBundle {
8686
website = "https://github.com/Liftric/code-artifact-repository-plugin"
8787
vcsUrl = "https://github.com/Liftric/code-artifact-repository-plugin"
8888
description = "Gradle plugin to apply AWS CodeArtifact repositories"
89-
tags = listOf("gradle", "plugin", "aws", "codeartifact", "maven", "repository")
89+
tags = listOf("aws", "codeartifact", "maven", "repository")
9090
}

0 commit comments

Comments
 (0)