Skip to content

Commit bca4e4a

Browse files
committed
Fix Central Portal Snapshots to include all org.rundeck modules
- Changed includeModule() to includeGroup() for org.rundeck - This resolves rundeck-core AND its transitive dependencies: - rundeck-storage-api, rundeck-storage-data, rundeck-storage-conf - rundeck-authz-api, rundeck-authz-core, rundeck-authz-yaml - rundeck-data-models - Tested locally without Maven Local cache: BUILD SUCCESSFUL - Reference: https://central.sonatype.org/publish/publish-portal-upload/#consuming--snapshot-releases-for-your-project
1 parent f611d0a commit bca4e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ repositories {
4141
name = 'Central Portal Snapshots'
4242
url = 'https://central.sonatype.com/repository/maven-snapshots/'
4343

44-
// Only search this repository for rundeck-core snapshots
44+
// Only search this repository for org.rundeck snapshots
4545
content {
46-
includeModule('org.rundeck', 'rundeck-core')
46+
includeGroup('org.rundeck')
4747
}
4848
}
4949
mavenCentral()

0 commit comments

Comments
 (0)