mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-25 19:50:15 +08:00
* feat(idea): set proxy repository for gradle plugins * feat(idea): provide an option for whether to use the proxy repo * chore: update copyright * fix: rename the message key
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
#if($USE_PROXY_REPO)
|
|
maven("https://maven.aliyun.com/repository/gradle-plugin")
|
|
#end
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "$ARTIFACT_ID" |