Gradle can't resolve dependencies through my http proxy

前端 未结 2 1422
暗喜
暗喜 2021-01-17 23:53

when I try to run gradle dependencies on my computer I am getting a 407 status code \"Proxy Authentication Required.\"

I created a gradle.properties fil

2条回答
  •  逝去的感伤
    2021-01-18 00:49

    Is it an NTLM proxy (Usually found in a windows environment with active directory). If so, You may have to specify the domain name with the username in the format domain/username. Take a look at this link.

    http://www.gradle.org/docs/current/userguide/build_environment.html

提交回复
热议问题