From 823108aa62f1254c7c50f5d68507fc12121b8148 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Sun, 5 Dec 2021 05:52:24 +0300 Subject: [PATCH] Gradle change --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 8eab6b85..03387e2a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -11,10 +11,10 @@ pluginManagement { // #### Custom Settings #### //Change the next line to disable local BCLib loading -def allowLocalLibUse = false +def allowLocalLibUse = true //When true, the local BCLib is also used in commandline builds -def allowLocalLibInConsoleMode = false +def allowLocalLibInConsoleMode = true //The path were to look for the local BCLib def BCLibPath = '../BCLib'