Skip to content

Commit

Permalink
Remove forbidden "gradle" tag (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Jan 30, 2022
1 parent c0b5153 commit acc3956
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 @@ -71,7 +71,7 @@ pluginBundle {
"gradle-spigot-dependency-loader" {
displayName = "Spigot Dependency Loader"
description = this@pluginBundle.description
tags = listOf("spigot", "gradle", "dependency-management", "runtime-dependency-management")
tags = listOf("spigot", "dependency-management", "runtime-dependency-management")
version = project.version.toString()
}
}
Expand Down

0 comments on commit acc3956

Please sign in to comment.