Lib update, ability to use local jars fom libs folder
This commit is contained in:
parent
1c43af9025
commit
2f490fa75c
3 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,9 @@ repositories {
|
|||
maven { url "https://maven.shedaniel.me/" }
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://maven.terraformersmc.com/releases' }
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
|
||||
loom {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue