Преглед изворни кода

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

Him188 пре 2 година
родитељ
комит
38a98bbd98
1 измењених фајлова са 1 додато и 1 уклоњено
  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")
             }
         }
     }