mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-25 19:50:15 +08:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
|
pluginManagement {
|
||
|
repositories {
|
||
|
#if($USE_PROXY_REPO)
|
||
|
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
|
||
|
#end
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "$ARTIFACT_ID"
|