Skip to content

Commit

Permalink
Remove plugin and gradle tags from build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin authored Aug 28, 2024
1 parent 0b13ab1 commit 8fd4b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gradlePlugin {
description = property("DESCRIPTION").toString()
displayName = property("DISPLAY_NAME").toString()
// Note: tags cannot include "plugin" or "gradle" when publishing
tags.set(listOf("plugin", "gradle", "sample", "template"))
tags.set(listOf("sample", "template"))
}
}
}
Expand Down

0 comments on commit 8fd4b9b

Please sign in to comment.