{"id":297,"date":"2018-04-26T09:49:24","date_gmt":"2018-04-25T21:49:24","guid":{"rendered":"https:\/\/content.ronella.xyz\/apps\/wordpress\/?p=297"},"modified":"2018-04-26T09:49:24","modified_gmt":"2018-04-25T21:49:24","slug":"configuring-user-level-proxy-for-gradle","status":"publish","type":"post","link":"https:\/\/www.ronella.xyz\/?p=297","title":{"rendered":"Configuring User Level Proxy for Gradle"},"content":{"rendered":"<ol>\n<li>Create <strong>gradle.properties<\/strong> files in the following directory if not yet existing:\n<pre>\u00a0&lt;USER_HOME&gt;\/.gradle<\/pre>\n<\/li>\n<li>Add the following <strong>entries<\/strong> for <strong>http proxy<\/strong> configuration in the gradle.properties file:\n<pre>systemProp.http.proxyHost=&lt;PROXY_HOST&gt;\r\nsystemProp.http.proxyPort=&lt;PROXY_PORT&gt;\r\nsystemProp.http.proxyUser=&lt;PROXY_USERNAME&gt;\r\nsystemProp.http.proxyPassword=&lt;PROXY_PASSWORD&gt;\r\nsystemProp.http.nonProxyHosts=&lt;NON_PROXY_HOSTS&gt;<\/pre>\n<p><em>Note: &lt;NON_PROXY_HOSTS&gt; is delimited by pipe symbol (e.g. localhost|*.test.net)<\/em><\/p>\n<p><em>Note: If https proxy configuration is needed use the same entries except that all http will must be replaced with https (e.g. systemProp.<strong>https<\/strong>.proxyHost).<\/em><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Create gradle.properties files in the following directory if not yet existing: \u00a0&lt;USER_HOME&gt;\/.gradle Add the following entries for http proxy configuration in the gradle.properties file: systemProp.http.proxyHost=&lt;PROXY_HOST&gt; systemProp.http.proxyPort=&lt;PROXY_PORT&gt; systemProp.http.proxyUser=&lt;PROXY_USERNAME&gt; systemProp.http.proxyPassword=&lt;PROXY_PASSWORD&gt; systemProp.http.nonProxyHosts=&lt;NON_PROXY_HOSTS&gt; Note: &lt;NON_PROXY_HOSTS&gt; is delimited by pipe symbol (e.g. localhost|*.test.net) Note: If https proxy configuration is needed use the same entries except that all http will must [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[32],"tags":[],"_links":{"self":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/297"}],"collection":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=297"}],"version-history":[{"count":2,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/297\/revisions"}],"predecessor-version":[{"id":299,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/297\/revisions\/299"}],"wp:attachment":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}