Skip to content

Commit 2b40a71

Browse files
committed
Remove forbidden tag
1 parent 2f60c05 commit 2b40a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pluginBundle {
132132
website = "https://github.com/node-gradle/gradle-node-plugin"
133133
vcsUrl = "https://github.com/node-gradle/gradle-node-plugin"
134134

135-
tags = listOf("java", "gradle", "node", "node.js", "npm", "yarn", "pnpm")
135+
tags = listOf("java", "node", "node.js", "npm", "yarn", "pnpm")
136136
}
137137

138138
tasks.wrapper {

0 commit comments

Comments
 (0)