Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Nebula Plugins
nebula.plugin-plugin
PluginId
Author
nebula.plugin-plugin
Owner: Nebula Plugins
Sets up publishing and release process for all of the other nebula plugins
https://github.com/nebula-plugins/nebula-plugin-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 18.0.1 (latest)
18.0.1
Created 11 October 2022.
This plugin version will no longer resolve after JCenter becomes a permanent redirect to Maven Central as it uses dependencies only found in JCenter. See the following blog post for details: https://blog.gradle.org/portal-jcenter-impact
Sets up publishing and release process for all of the other nebula plugins
Other versions
- 18.0.0
- 17.1.0
- 17.0.1
- 17.0.0
- 16.3.0
- 16.2.0
- 16.1.0
- 16.0.1
- 16.0.0
- 15.4.1
- 15.4.0
- 15.3.1
- 15.3.0
- 15.2.1
- 15.2.0
- 15.1.0
- 15.0.1
- 15.0.0
- 14.6.0
- 14.5.0
- 14.4.0
- 14.3.0
- 14.2.1
- 14.2.0
- 14.1.3
- 14.1.2
- 14.1.1
- 14.1.0
- 14.0.6
- 14.0.5
- 14.0.4
- 14.0.3
- 14.0.2
- 14.0.1
- 14.0.0
- 13.5.0
- 13.4.2
- 13.4.1
- 13.4.0
- 13.3.0
- 13.2.0
- 13.1.1
- 13.1.0
- 13.0.2
- 13.0.1
- 13.0.0
- 12.4.1
- 12.4.0
- 12.3.5
- 12.3.4
- 12.3.3
- 12.3.2
- 12.3.1
- 12.3.0
- 12.2.1
- 12.2.0
- 12.1.0
- 12.0.1
- 12.0.0
- 11.2.15
- 11.2.14
- 11.2.13
- 11.2.12
- 11.2.11
- 11.2.10
- 11.2.9
- 11.2.8
- 11.2.7
- 11.2.6
- 11.2.5
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.1
- 11.1.0
- 11.0.1
- 11.0.0
- 10.0.1
- 10.0.0
- 9.3.8
- 9.3.7
- 9.3.6
- 9.3.5
- 9.3.4
- 9.3.3
- 9.3.2
- 9.3.1
- 9.3.0
- 9.2.4
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0
- 9.1.4
- 9.1.3
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.0
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.1
- 8.0.0
- 7.1.10
- 7.1.9
- 7.1.8
- 7.1.7
- 7.1.6
- 7.1.5
- 7.1.4
- 7.1.3
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.0
- 6.3.0
- 6.2.0
- 6.1.1
- 6.1.0
- 6.0.0
- 5.18.0
- 5.17.2
- 5.17.1
- 5.17.0
- 5.16.1
- 5.16.0
- 5.15.6
- 5.15.5
- 5.15.4
- 5.15.3
- 5.15.2
- 5.15.0
- 5.14.0
- 5.13.0
- 5.12.0
- 5.11.0
- 5.10.0
- 5.9.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.24.2
- 4.24.1
- 4.24.0
- 4.23.1
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.2.1
Using the plugins DSL:
plugins {
id("nebula.plugin-plugin") version "18.0.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:nebula-plugin-plugin:18.0.1")
}
}
apply(plugin = "nebula.plugin-plugin")
Using the plugins DSL:
plugins {
id "nebula.plugin-plugin" version "18.0.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.netflix.nebula:nebula-plugin-plugin:18.0.1"
}
}
apply plugin: "nebula.plugin-plugin"