Skip to content

Commit 992f6f5

Browse files
committed
Add Central Portal Snapshots repository for rundeck-core:6.0.0-SNAPSHOT resolution
- Required for local builds and JitPack - Resolves org.rundeck dependencies from Central Portal (OSSRH sunset)
1 parent f8d79c7 commit 992f6f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ project.version = '1.3.18-grails7-upgrade-test'
2828

2929
repositories {
3030
mavenLocal()
31+
maven {
32+
name = 'Central Portal Snapshots'
33+
url = 'https://central.sonatype.com/repository/maven-snapshots/'
34+
content {
35+
includeGroup('org.rundeck')
36+
}
37+
}
3138
maven {
3239
name = 'Central Portal Snapshots'
3340
url = 'https://central.sonatype.com/repository/maven-snapshots/'

0 commit comments

Comments
 (0)