changed auto-integration for BCLib
This commit is contained in:
parent
2e61a58e26
commit
6f867a0455
1 changed files with 2 additions and 3 deletions
|
@ -36,8 +36,7 @@ dependencies {
|
|||
useApi "vazkii.patchouli:Patchouli:1.17-${project.patchouli_version}"
|
||||
println "Using local BCLib: ${local_bclib}"
|
||||
if (local_bclib){
|
||||
compileOnly(project(":BCLib"))
|
||||
modRuntimeMapped(project(":BCLib"))
|
||||
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