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'