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
I need to resolve from multiple repositories.
The repositories will be different depending on the stage of development for the project (e.g. dev, uat, pre-release).
I do not have control over the Artifactory group repositories, so I cannot create a group for each scenario.
I'd prefer to just rely on the repositories defined by gradle and use an init.gradle script to control what is being used.
Is it required that I include a resolverId when using rtGradleRun? If yes, then how can I define multiple resolver repositories when using rtGradleRun?
The text was updated successfully, but these errors were encountered:
Here's the situation:
I need to resolve from multiple repositories.
The repositories will be different depending on the stage of development for the project (e.g. dev, uat, pre-release).
I do not have control over the Artifactory group repositories, so I cannot create a group for each scenario.
I'd prefer to just rely on the repositories defined by gradle and use an
init.gradle
script to control what is being used.Is it required that I include a resolverId when using rtGradleRun? If yes, then how can I define multiple resolver repositories when using rtGradleRun?
The text was updated successfully, but these errors were encountered: