You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
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
After change
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"
}
}
The text was updated successfully, but these errors were encountered:
sanduluca
changed the title
[Feature request] -
[Feature request] - Filter content for the custom maven url
Oct 21, 2023
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
After change
After I added content filter for the custom maven url I got a faster build time. Here is how i did it
The text was updated successfully, but these errors were encountered: