Gradle 代理程式設定
Gradle 需要存取 Web 才能與 Artifactory 等服務整合。在代理伺服器後面工作時,如果未設定正確的配置,您可能會遇到問題。
手動代理配置
如問題中所述,手動新增 Artifactory 外掛程式在 .gradle/gradle.properties 中定義代理設定可能會不成功。
解決方案
提供的解決方案提供了更詳細的設定方法:
gradlew -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=3128"-Dhttp.nonProxyHosts=*.nonproxyrepos.com|localhost"
gradlew -<pre class="brush:php;toolbar:false">gradlew -P.proxyHost =127.0.0.1 -Dhttps.proxyPort=3129 "-Dhttp.nonProxyHosts=*.nonproxyrepos. com|localhost"
gradlew -Dhttp.proxyHost=127.0.0🎜><pre class="brush:php;toolbar:false">gradlew -Dhttp.proxyHost=127.0.0🎜><pre class="brush:php;toolbar:false">gradlew -Dhttp.proxyHost=127.0.0🎜><pre class="brush:php;toolbar:false">gradlew -Dhttp.proxyHost=127.0.0🎜><pre class="brush:php;toolbar:false">gradlew -Dhttp.proxyHost=127.0.0🎜><pre class="brush:php;toolbar:false">gradlew -Dhttp.proxyHost=127.0.0🎜><pre class="brush:php;toolbar:false">gradlew -Dhttp.proxyHost=127.0.0. -Dhttp.proxyPort=3128 - Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=3129"-Dhttp.nonProxyHosts=*.nonproxyrepos.com|localhost"
gradlew -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=3128 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=3129 -Dhttps.proxyUser=使用者 -Dhttps.proxyPassword=pass -Dhttp .proxyUser=user -Dhttp.proxyPassword=pass -Dhttp.nonProxyHosts=host1.com|host2.com"
以上是如何配置 Gradle 在代理伺服器後面工作?的詳細內容。更多資訊請關注PHP中文網其他相關文章!