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 alias(libs. plugins. nexusPublish)
77}
88
9- group = ' com .rundeck.plugins'
9+ group = ' org .rundeck.plugins'
1010ext. pluginClassNames= ' com.plugin.sshjplugin.SSHJNodeExecutorPlugin,com.plugin.sshjplugin.SSHJFileCopierPlugin'
1111ext. pluginName = ' SSHJ Plugin'
1212ext. 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 {
124125jar. dependsOn(copyToLib)
125126
126127nexusPublishing {
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/" ))
You can’t perform that action at this time.
0 commit comments