Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

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

Open
sanduluca opened this issue Oct 21, 2023 · 0 comments

Comments

@sanduluca
Copy link

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"
    }
}
@sanduluca sanduluca changed the title [Feature request] - [Feature request] - Filter content for the custom maven url Oct 21, 2023
@sanduluca sanduluca changed the title [Feature request] - Filter content for the custom maven url [Feature request] - Filter content for the custom maven url (increase build time/Dependency Resolution time) Oct 21, 2023
@sanduluca sanduluca changed the title [Feature request] - Filter content for the custom maven url (increase build time/Dependency Resolution time) [Feature request] - Filter content for the custom maven url (decrease build time/Dependency Resolution time) Oct 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant