www.odisee.org
Make Your Documents Smile.
Steps to setup environment
-
Optional: Configure HTTP proxy (see below)
-
Execute following build tasks:
./gradlew build
Put proxy settings into /.env
file:
HTTP_PROXY=http://proxy.example.com:8888
HTTPS_PROXY=http://proxy.example.com:8888
NON_PROXY=localhost,example.com
Put proxy settings into Gradle’s global configuration $HOME/.gradle/gradle.properties
:
systemProp.http.proxyHost=proxy.example.com
systemProp.http.proxyPort=8888
systemProp.http.nonProxyHosts=localhost|127.0.0.1|example.com
systemProp.https.proxyHost=proxy.example.com
systemProp.https.proxyPort=8888
systemProp.https.nonProxyHosts=localhost|127.0.0.1|example.com
Copyright © 2011-2019 art of coding UG (haftungsbeschränkt).
Copyright © 2005-2010 Informationssysteme Ralf Bensmann.
Nutzung unterliegt Lizenzbedingungen. Use is subject to license terms.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.