Skip to content

Commit

Permalink
Do not use banned plugin tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 24, 2024
1 parent 8a46f77 commit ddebe03
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 @@ -75,7 +75,7 @@ gradlePlugin {
displayName = "EditorConfig Gradle Plugin"
implementationClass = "org.ec4j.gradle.EditorconfigGradlePlugin"
description = project.description
tags = listOf("editorconfig", "lint", "gradle", "plugin")
tags = listOf("editorconfig", "lint")
}
}
}
Expand Down

0 comments on commit ddebe03

Please sign in to comment.