mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
removed proxy lines from build.gradle again
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user