Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

GradleBuildWriter does not support writing repository with credentials #17

Open
tgeens opened this issue Sep 4, 2019 · 0 comments
Open

Comments

@tgeens
Copy link
Contributor

tgeens commented Sep 4, 2019

To provide access to Alfresco enterprise repositories, we should add https://artifacts.alfresco.com/nexus/content/groups/private (with authentication placeholders?) in the gradle build.

The upstream GradleBuildWriter only supports repositories as a single string and the method is final

We would very much like to use a syntax like this:

maven {
       url 'https://artifacts.alfresco.com/nexus/content/groups/private'
       credentials {
                username property("com.alfresco.artifacts.nexus.username")
                password property("com.alfresco.artifacts.nexus.password")
        }
}
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