We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bc2a12 + 78e8428 commit 2c6f036Copy full SHA for 2c6f036
1 file changed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
alias(libs.plugins.nexusPublish)
7
}
8
9
-group = 'com.rundeck.plugins'
+group = 'org.rundeck.plugins'
10
ext.pluginClassNames = 'org.rundeck.plugins.nodes.icon.IconNodeEnhancer,org.rundeck.plugins.nodes.attributes.AttributeNodeEnhancer'
11
ext.pluginName = 'Attribute Node Enhancer'
12
ext.publishDescription = 'Adds icons to nodes based on attribute values'
@@ -94,7 +94,7 @@ repositories {
94
95
96
nexusPublishing {
97
- packageGroup = 'com.rundeck.plugins'
+ packageGroup = 'org.rundeck.plugins'
98
repositories {
99
sonatype {
100
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
0 commit comments