linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

Download a dependency from a hosted pypi server #310

Open srvxid opened 5 years ago

srvxid commented 5 years ago

I'm trying to download from an artifactory server used internally, and as such I've added the python.pipConfig var in build.gradle as per https://github.com/linkedin/pygradle/blob/master/docs/plugins/python.md#pipconfig-examples

However, it fails to download from the listed repository in pipConfig. Do I need to add that info somewhere else as well?