1
0
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:
Him188 2023-04-22 10:34:51 +01:00
parent 1166f3d77a
commit 38a98bbd98
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -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")
}
}
}