Skip to content

Commit

Permalink
chore: Fix plugin tags for gradle plugin publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Sep 14, 2022
1 parent 31ed725 commit 09b7d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gradlePlugin {
pluginBundle {
website = "https://github.com/IntershopCommunicationsAG/${project.name}"
vcsUrl = "https://github.com/IntershopCommunicationsAG/${project.name}"
tags = listOf("intershop", "gradle", "plugin", "version", "release")
tags = listOf("intershop", "version", "release")
}

// set correct project status
Expand Down

0 comments on commit 09b7d87

Please sign in to comment.