Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Nebula Plugins
nebula.resolution-rules
PluginId
Author
nebula.resolution-rules
Owner: Nebula Plugins
Gradle resolution rules plugin
https://github.com/nebula-plugins/gradle-resolution-rules-plugin
Sources: https://github.com/nebula-plugins/gradle-resolution-rules-plugin.git
Version 2.4.4
2.4.4
Created 10 March 2017.
Gradle resolution rules plugin
Other versions
- 9.0.0
- 8.0.0
- 7.8.9
- 7.8.8
- 7.8.7
- 7.8.6
- 7.8.5
- 7.8.3
- 7.8.2
- 7.8.1
- 7.8.0
- 7.7.7
- 7.7.6
- 7.7.5
- 7.7.4
- 7.7.2
- 7.7.1
- 7.7.0
- 7.6.0
- 7.5.0
- 7.4.2
- 7.4.1
- 7.4.0
- 7.3.0
- 7.2.5
- 7.2.4
- 7.2.3
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.0
- 7.0.14
- 7.0.13
- 7.0.12
- 7.0.11
- 7.0.10
- 7.0.9
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.5.11
- 2.5.10
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.0.1
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.resolution-rules") version "2.4.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-resolution-rules-plugin:2.4.4") } } apply(plugin = "nebula.resolution-rules")
- Applying plugins to all subprojects .