Gradle change
This commit is contained in:
parent
2367b5d5be
commit
823108aa62
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue