Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
This repository was archived by the owner on May 18, 2026. It is now read-only.

[Feature request] - Filter content for the custom maven url (decrease build time/Dependency Resolution time) #44

Description

@sanduluca

Describe the issue
Adding custom maven url increase Dependency Resolution time(in my example from 1 min and 30 seconds to 8-12 minutes)

Screenshots

Before requested change
image

After change
image

After I added content filter for the custom maven url I got a faster build time. Here is how i did it

maven {
    url 'https://s3.amazonaws.com/salesforcesos.com/android/maven/release'
    content {
        // this repository *only* contains artifacts with group "com.salesforce.service"
        includeGroup "com.salesforce.service"
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions