removed proxy lines from build.gradle again

This commit is contained in:
Axel Uhl
2022-03-29 18:52:53 +02:00
parent 2cb40169ef
commit d594ea8544
-6
View File
@@ -75,11 +75,5 @@ if (project.hasProperty("xmake")) {
apply plugin: "org.ajoberstar.grgit"
task wrapper(type: Wrapper) {
distributionUrl "${sapGradleDistBaseUrl}/${sapGradleVersion}/gradle-${sapGradleVersion}-all.zip"
System.setProperty("http.proxyHost", sapProxyHost)
System.setProperty("https.proxyHost", sapProxyHost)
System.setProperty("http.proxyPort", sapProxyPort)
System.setProperty("https.proxyPort", sapProxyPort)
System.setProperty("http.nonProxyHosts", sapNonProxyHosts)
System.setProperty("https.nonProxyHosts", sapNonProxyHosts)
}
}