From c2550d2871159a4ad69bd3871581f9422f348562 Mon Sep 17 00:00:00 2001 From: josecoll Date: Mon, 23 Jul 2018 16:24:34 +0100 Subject: [PATCH] Revert merge commit changes. (#3673) --- settings.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/settings.gradle b/settings.gradle index 9b36ae309e..0cb65be579 100644 --- a/settings.gradle +++ b/settings.gradle @@ -61,15 +61,3 @@ include 'samples:cordapp-configuration' include 'samples:network-verifier' include 'serialization' include 'serialization-deterministic' - -buildCache { - local { - enabled = false - } - remote(HttpBuildCache) { -// url = 'http://localhost:5071/cache/' - // CI server: gradle-build-cache - url = 'http://40.114.193.246:80/cache/' - push = true - } -}