Skip to content

Commit

Permalink
change group
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 13, 2025
1 parent 9e184cc commit 8257424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

apply plugin: 'java'

group = 'org.rundeck-plugins'
group = 'org.rundeck.plugins'
ext.publishName = "Slack Incoming Webhook Plugin ${project.version}"
ext.publishDescription = project.description ?: 'Rundeck Plugin to send Slack Webhook'
ext.githubSlug = 'rundeck-plugins/slack-incoming-webhook-plugin'
Expand Down Expand Up @@ -79,7 +79,7 @@ jar {
jar.dependsOn(copyToLib)

nexusPublishing {
packageGroup = 'org.rundeck-plugins'
packageGroup = 'org.rundeck.plugins'
repositories {
sonatype()
}
Expand Down

0 comments on commit 8257424

Please sign in to comment.