Is there an unwritten convention (or a written one, I didn't find) how a Gradle plugin for technology XXX would be called? Examples for the two obvious possibilities:

I think there are good reasons for both naming conventions. In the Maven community the naming XXX-maven-plugin is recommended, so I currently tend to use this one. Am I missing something?

有帮助吗?

解决方案

There is no written convention. Personally I prefer gradle-XXX-plugin, to (hopefully) make it clear that it's a plugin for Gradle.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top