Skip to content

Commit 62612ac

Browse files
committed
Add Central Portal Snapshots repository for rundeck-core:6.0.0-SNAPSHOT
- OSSRH sunset on June 30, 2025, migrated to Central Portal - Repository: https://central.sonatype.com/repository/maven-snapshots/ - Uses includeGroup('org.rundeck') to resolve all org.rundeck modules - Resolves rundeck-core and its transitive dependencies - Tested successfully in SSHJ plugin CI build - Reference: https://central.sonatype.org/publish/publish-portal-upload/#consuming--snapshot-releases-for-your-project
1 parent 9957a5c commit 62612ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ project.version = '1.3.17-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+
35+
// Only search this repository for org.rundeck snapshots
36+
content {
37+
includeGroup('org.rundeck')
38+
}
39+
}
3140
mavenCentral()
3241
}
3342

0 commit comments

Comments
 (0)