mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-21 12:40:12 +08:00
[console] Add https://repo1.maven.org/maven2/
to default servers
This commit is contained in:
parent
440122d4f9
commit
d648e56867
@ -16,5 +16,10 @@ import net.mamoe.mirai.console.data.value
|
||||
@Suppress("RemoveExplicitTypeArguments")
|
||||
internal class PluginDependenciesConfig : ReadOnlyPluginConfig("PluginDependencies") {
|
||||
@ValueDescription("远程仓库, 如无必要无需修改")
|
||||
val repoLoc by value(listOf<String>("https://maven.aliyun.com/repository/central"))
|
||||
val repoLoc: List<String> by value(
|
||||
listOf<String>(
|
||||
"https://maven.aliyun.com/repository/central",
|
||||
"https://repo1.maven.org/maven2/",
|
||||
)
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user