Am I the only one that named all my gradle plugins com.acme.gradle.foo-gradle-plugin, and now after stepping back I feel a little silly? com.acme.foo seems strictly better - the “id” is only ever used in the context of a gradle plugin anyway…
Thank you for sharing your blog post here. I was fighting with the naming as well when I recently wrote my first Gradle plugin.
One reason why gradle might be useful as part of the plugin id is the folder structure which is generated when the plugin is deployed locally (mavenLocal) or remote.
Here it is somewhat useful to have a separation between different categories of projects. One could actually replace gradle with plugins to group all plugins in the same tree path.