We just released v0.10.0 of the plugin-publish plugin which adds integration with the java-gradle-plugin and maven-publish plugins.
- Automatic configuration of plugins and their ids, if
java-gradle-plugin
is applied - Automatic configuration of plugin display names and descriptions, if
java-gradle-plugin
is applied (requires Gradle 4.10) - Reuse of POM (including customizations) generated by
maven-publish
, ifjava-gradle-plugin
andmaven-publish
are applied
Please refer to the documentation pages for a usage example.