Gradle change

This commit is contained in:
paulevsGitch 2021-12-05 05:52:24 +03:00
parent 2367b5d5be
commit 823108aa62

View file

@ -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'