mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-14 07:10:09 +08:00
Remote repositories name
This commit is contained in:
parent
32ef89add1
commit
b3e9e2a91b
@ -51,6 +51,7 @@ fun Project.configureRemoteRepos(
|
||||
val sonatype = keys.loadKey("sonatype")
|
||||
if (sonatype.isValid) {
|
||||
maven {
|
||||
name = "MavenCentral"
|
||||
// Maven Central
|
||||
setUrl("https://oss.sonatype.org/service/local/staging/deploy/maven2")
|
||||
|
||||
@ -66,6 +67,7 @@ fun Project.configureRemoteRepos(
|
||||
|
||||
if (isBintrayAvailable()) {
|
||||
maven {
|
||||
name = "Bintray"
|
||||
setUrl("https://api.bintray.com/maven/him188moe/mirai/$bintrayPkgName/;publish=1;override=1")
|
||||
|
||||
credentials {
|
||||
|
Loading…
Reference in New Issue
Block a user