1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 04:50:26 +08:00

Add mavenLocal

This commit is contained in:
Him188 2019-12-07 00:33:44 +08:00
parent 0bcbfa3588
commit e465b71ac8
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
buildscript {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
@ -25,6 +26,7 @@ allprojects {
// }
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()

View File

@ -10,6 +10,7 @@ pluginManagement {
}
repositories {
mavenLocal()
jcenter()
google()
mavenCentral()