Buildsystem update

This commit is contained in:
Frank 2021-10-18 20:55:11 +02:00
parent 2ab04e9ac0
commit ee692399be

View file

@ -38,7 +38,7 @@ dependencies {
if (local_bclib){ if (local_bclib){
implementation( project(path:":BCLib", configuration: 'dev') ) implementation( project(path:":BCLib", configuration: 'dev') )
} else { } else {
useApi "com.github.paulevsGitch:BCLib:${project.bclib_version}" modImplementation "com.github.paulevsGitch:BCLib:${project.bclib_version}"
} }
useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}" useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"