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.11.0
0.11.0
Created 27 March 2020.
- Drop support for JDK 1.7
- [Security] Removes the log of AWS pre-signed URLs when running at log level `--info`
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gradle.plugin-publish") version "0.11.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gradle.publish:plugin-publish-plugin:0.11.0") } } apply(plugin = "com.gradle.plugin-publish")
- Applying plugins to all subprojects .