Files
kotlin-desktop-demo/gradle.properties

11 lines
278 B
Properties

org.gradle.jvmargs=-Xmx2048m -Xms512m
org.gradle.daemon=false
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=10809
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10809
# Non-proxy hosts
systemProp.http.nonProxyHosts=localhost|127.0.0.1|*.local