com.gradle.plugin-publish
Owner: Gradle
Publish plugins to the Gradle Plugin Portal
https://plugins.gradle.org/docs/publish-plugin
Sources: http://www.gradleware.com
Version 0.12.0
0.12.0
Created 26 May 2020.
- Add support for publishing signatures and checksums for plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gradle.plugin-publish") version "0.12.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gradle.publish:plugin-publish-plugin:0.12.0") } } apply(plugin = "com.gradle.plugin-publish")
- Applying plugins to all subprojects .