mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
12 lines
311 B
Groovy
12 lines
311 B
Groovy
publishing {
|
|
repositories {
|
|
maven {
|
|
url = "https://api.bintray.com/maven/him188moe/mirai/mirai-core/;publish=0"
|
|
|
|
credentials {
|
|
username = upload.Bintray.getUser(project)
|
|
password = upload.Bintray.getKey(project)
|
|
}
|
|
}
|
|
}
|
|
} |