简体   繁体   中英

Gradle plugin naming convention

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM