summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2019-04-13 07:07:48 -0400
committerskydrome2019-04-13 07:07:48 -0400
commit97989df43708a1389e60eecca921ec026b92ee42 (patch)
tree5e0d1062133dfea2a7357c979decd0fc6adb416c
parent3607ee23d009325193350f2d9354d66d59307106 (diff)
downloadaur-97989df43708a1389e60eecca921ec026b92ee42.tar.gz
--no-build-cache
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 974142996cc8..24843ca774a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,7 +71,7 @@ build() {
export GRADLE_USER_HOME="$srcdir"
msg "Building Freenet..."
- gradle --no-daemon copyRuntimeLibs
+ gradle --no-build-cache copyRuntimeLibs
build_plugins
}