Skip to content

Commit bbba8c1

Browse files
committed
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 .
1 parent 2b702eb commit bbba8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
gradlePluginPortal()
2626
}
2727
dependencies {
28-
classpath 'gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.19'
28+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19'
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)