Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove gradle.plugin from coordinates for recent release
5eade53 inadvertently changed the coordinates used for the plugin from gradle.plugin.com.google.protobuf:protobuf-gradle-plugin to com.google.protobuf:protobuf-gradle-plugin. This is because simply adding the maven-publish plugin changes plugin-publish's behavior (gradle/plugin-portal-requests#124). Although this was accidental, this does seem to be the way things are supposed to work going forward as later versions of the plugin-publish than we are using always include maven-publish and the `mavenCoordinates` override block was removed https://plugins.gradle.org/plugin/com.gradle.plugin-publish/1.0.0 .
- Loading branch information