문제

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