Skip to content

Commit

Permalink
Remove gradle.plugin from coordinates for recent release
Browse files Browse the repository at this point in the history
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
ejona86 committed Jun 29, 2022
1 parent 2b702eb commit f33bb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.19'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19'
}
}
```
Expand Down

0 comments on commit f33bb59

Please sign in to comment.