Skip to content

Commit 9c364b7

Browse files
committed
Update build.gradle
1 parent 17d5e55 commit 9c364b7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
alias(libs.plugins.nexusPublish)
77
}
88

9-
group = 'com.rundeck.plugins'
9+
group = 'org.rundeck.plugins'
1010
ext.pluginClassNames='com.plugin.sshjplugin.SSHJNodeExecutorPlugin,com.plugin.sshjplugin.SSHJFileCopierPlugin'
1111
ext.pluginName = 'SSHJ Plugin'
1212
ext.pluginDescription = 'SSH Node Executor and File Copier plugin based on SSHJ library.'
@@ -65,7 +65,8 @@ dependencies {
6565
pluginLibs libs.expectitCore
6666

6767
implementation libs.commonsIo
68-
implementation libs.rundeckCore
68+
compileOnly libs.rundeckCore
69+
testImplementation libs.rundeckCore
6970
implementation libs.slf4jApi
7071

7172
// Add secure commons-lang3 to provide alternative to vulnerable commons-lang 2.6
@@ -124,7 +125,7 @@ test {
124125
jar.dependsOn(copyToLib)
125126

126127
nexusPublishing {
127-
packageGroup = 'com.rundeck.plugins'
128+
packageGroup = 'org.rundeck.plugins'
128129
repositories {
129130
sonatype {
130131
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))

0 commit comments

Comments
 (0)