mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 13:03:35 +08:00
[build] Print "SonaType is not available" using Gradle logger
This commit is contained in:
parent
1166f3d77a
commit
38a98bbd98
@ -70,7 +70,7 @@ fun Project.configureRemoteRepos() {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
println("SonaType is not available")
|
||||
logger.info("Sonatype is not available, Maven Central repository is not configured")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user