Search Gradle plugins

Version 0.30.0 (latest)

0.30.0

Created 26 February 2021.

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.30.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0")
      }
    }
    
    apply(plugin = "io.codearte.nexus-upload-staging")
  • Applying plugins to all subprojects .