mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
rootProject.name = "test-project"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
}
|
|
} |