Skip to content

Commit 2ac69ed

Browse files
committed
Update build.gradle
1 parent 0f102ce commit 2ac69ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
apply plugin: 'java'
88

9-
group = 'com.rundeck.plugins'
9+
group = 'org.rundeck.plugins'
1010
ext.publishName = "Slack Incoming Webhook Plugin ${project.version}"
1111
ext.publishDescription = project.description ?: 'Rundeck Plugin to send Slack Webhook'
1212
ext.githubSlug = 'rundeck-plugins/slack-incoming-webhook-plugin'
@@ -55,7 +55,7 @@ repositories {
5555

5656
dependencies {
5757
pluginLibs libs.freemarker
58-
implementation(libs.rundeckCore) {
58+
compileOnly(libs.rundeckCore) {
5959
exclude(group: "com.jcraft")
6060
}
6161

@@ -109,7 +109,7 @@ jar {
109109
jar.dependsOn(copyToLib)
110110

111111
nexusPublishing {
112-
packageGroup = 'com.rundeck.plugins'
112+
packageGroup = 'org.rundeck.plugins'
113113
repositories {
114114
sonatype {
115115
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))

0 commit comments

Comments
 (0)