Skip to content

Commit

Permalink
Merge pull request #68 from klaxit/0.2.1-fix-tags
Browse files Browse the repository at this point in the history
Remove forbidden tag
  • Loading branch information
ben-j69 authored Oct 18, 2022
2 parents d1787ef + 13c31ba commit 4e9c4a8
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 @@ -29,7 +29,7 @@ java {
pluginBundle {
website = "https://github.com/klaxit/hidden-secrets-gradle-plugin"
vcsUrl = "https://github.com/klaxit/hidden-secrets-gradle-plugin.git"
tags = listOf("plugin", "android", "hide", "secret", "key", "string", "obfuscate")
tags = listOf("android", "hide", "secret", "key", "string", "obfuscate")
}

gradlePlugin {
Expand Down

0 comments on commit 4e9c4a8

Please sign in to comment.