# HG changeset patch # User Oleksandr Gavenko # Date 1494345206 -10800 # Node ID 511c1dd5b01083b8e9bdd93357760f8ff07b330c # Parent 1a05311a594eec0ac318e89293393f476a951884 Running completely isolated build. diff -r 1a05311a594e -r 511c1dd5b010 gradle.rst --- a/gradle.rst Fri May 05 12:30:46 2017 +0300 +++ b/gradle.rst Tue May 09 18:53:26 2017 +0300 @@ -52,6 +52,13 @@ https://docs.gradle.org/current/userguide/intro_multi_project_builds.html http://stackoverflow.com/questions/16976214/gradle-build-only-one-module +Running completely isolated build +================================= + +To avoid using global cache and for really clean build use:: + + $ gradle --no-daemon --gradle-user-home ./.gradle.local + Managing tasks ==============