Skip to content

Commit 390f039

Browse files
committed
Add nexus publishing config
1 parent 8414389 commit 390f039

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,12 @@ repositories {
6565
mavenCentral()
6666
}
6767

68+
nexusPublishing {
69+
packageGroup = 'org.rundeck.plugins'
70+
repositories {
71+
sonatype()
72+
}
73+
}
74+
75+
6876
apply from: "${rootDir}/gradle/publishing.gradle"

0 commit comments

Comments
 (0)