com.intershop.gradle.nexusstaging
Owner: M.Raab
Gradle Nexus staging plugin
https://github.com/IntershopCommunicationsAG/nexusstaging-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/nexusstaging-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.nexusstaging") version "2.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.intershop.gradle.nexusstaging:nexusstaging-gradle-plugin:2.1.0") } } apply(plugin = "com.intershop.gradle.nexusstaging")
- Applying plugins to all subprojects .