Преглед на файлове

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