mirror of
https://github.com/jie65535/mirai-console-jpa-plugin.git
synced 2024-07-27 19:15:06 +08:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
|
}
|
|
}
|
|
rootProject.name = "mirai-console-jpa-plugin" |