Ver Fonte

[build] Print "SonaType is not available" using Gradle logger

Him188 há 2 anos atrás
pai
commit
38a98bbd98
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      buildSrc/src/main/kotlin/JvmPublishing.kt

+ 1 - 1
buildSrc/src/main/kotlin/JvmPublishing.kt

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