File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77apply plugin : ' java'
88
9- group = ' com .rundeck.plugins'
9+ group = ' org .rundeck.plugins'
1010ext. publishName = " Slack Incoming Webhook Plugin ${ project.version} "
1111ext. publishDescription = project. description ?: ' Rundeck Plugin to send Slack Webhook'
1212ext. githubSlug = ' rundeck-plugins/slack-incoming-webhook-plugin'
@@ -55,7 +55,7 @@ repositories {
5555
5656dependencies {
5757 pluginLibs libs. freemarker
58- implementation (libs. rundeckCore) {
58+ compileOnly (libs. rundeckCore) {
5959 exclude(group : " com.jcraft" )
6060 }
6161
@@ -109,7 +109,7 @@ jar {
109109jar. dependsOn(copyToLib)
110110
111111nexusPublishing {
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/" ))
You can’t perform that action at this time.
0 commit comments