[GRADLE-2537] Allow to provide credentials for Wrapper distributionUrl Created: 25/Oct/12 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.2 |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Evgeny Goldin | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 4 |
Description |
If an Artifactory repository is used for caching Gradle distributions: task wrapper( type: Wrapper ) { gradleVersion = '1.2' distributionUrl = "https://company.artifactoryonline.com/company/gradle-wrappers/gradle-${ gradleVersion }-bin.zip" } then we can only use this repo if it's accessible with an anonymous access. If anonymous access is disabled we're out of luck for now. |
Comments |
Comment by Phil Beiler [ 04/Sep/14 ] |
Was wondering if this was ever going to get any attention? We use a locked down NEXUS repository which requires username and password for read access.. I thought it would be great if the wrapper task could utilize a credentials block, just like repositories does task wrapper( type: Wrapper ) { distributionUrl = "https://company...." credentials { username 'me' password someVariable } } |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |