Skip to content

Commit f611d0a

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 - New snapshots URL: https://central.sonatype.com/repository/maven-snapshots/ - Added includeModule() to only search this repo for org.rundeck:rundeck-core - Tested locally: BUILD SUCCESSFUL - Reference: https://central.sonatype.org/publish/publish-portal-upload/#consuming--snapshot-releases-for-your-project
1 parent 9c37209 commit f611d0a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ defaultTasks 'clean','build'
3838
repositories {
3939
mavenLocal()
4040
maven {
41-
url "https://oss.sonatype.org/content/repositories/snapshots/"
42-
mavenContent {
43-
snapshotsOnly()
41+
name = 'Central Portal Snapshots'
42+
url = 'https://central.sonatype.com/repository/maven-snapshots/'
43+
44+
// Only search this repository for rundeck-core snapshots
45+
content {
46+
includeModule('org.rundeck', 'rundeck-core')
4447
}
4548
}
4649
mavenCentral()

0 commit comments

Comments
 (0)