Support fir BCLib as subproject to BN/BE

This commit is contained in:
Frank Bauer 2021-07-22 08:52:46 +02:00
parent 37b85b4cee
commit d179bd2ba8
4 changed files with 185 additions and 167 deletions

8
bclib-composit.gradle Normal file
View file

@ -0,0 +1,8 @@
plugins {
id 'idea'
id 'eclipse'
id 'fabric-loom'
id 'maven-publish'
}
apply from: "bclib.gradle"