We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is there a way I can use an instance of a BuildCustomizer to add a private repository which requires authentication?
The way I used to configure it is:
maven { url 'http://link.to.my.private.repo:8081/artifactory/repo' credentials { username = "${artifactory_user}" password = "${artifactory_password}" } }
Where artifactory_user and artifactory_password are variables stored in gradle.properties.
Thanks!
The text was updated successfully, but these errors were encountered:
@chihaiaalex there is already an issue about supporting such construct, see #997.
Sorry, something went wrong.
No branches or pull requests
Hi,
Is there a way I can use an instance of a BuildCustomizer to add a private repository which requires authentication?
The way I used to configure it is:
Where artifactory_user and artifactory_password are variables stored in gradle.properties.
Thanks!
The text was updated successfully, but these errors were encountered: