io.codearte.nexus-upload-staging
Owner: Marcin Zajączkowski
Internal technical plugin for gradle-nexus-staging-plugin - see: io.codearte.nexus-staging
https://github.com/Codearte/gradle-nexus-staging-plugin/
Sources: https://github.com/Codearte/gradle-nexus-staging-plugin/
Version 0.22.0
0.22.0
Created 17 August 2020.
DO NOT USE. Internal technical plugin for gradle-nexus-staging-plugin - see: io.codearte.nexus-staging
Add this plugin to your build using the plugins DSL:
plugins {
id("io.codearte.nexus-upload-staging") version "0.22.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0") } } apply(plugin = "io.codearte.nexus-upload-staging")
- Applying plugins to all subprojects .