fixes #291
This commit is contained in:
parent
6f867a0455
commit
6ed8e3f68d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ dependencies {
|
|||
useApi "vazkii.patchouli:Patchouli:1.17-${project.patchouli_version}"
|
||||
println "Using local BCLib: ${local_bclib}"
|
||||
if (local_bclib){
|
||||
implementation(project(path:":BCLib", configuration: 'dev'))
|
||||
implementation( project(path:":BCLib", configuration: 'dev') )
|
||||
} else {
|
||||
useApi "com.github.paulevsGitch:BCLib:${project.bclib_version}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue