Browse Source

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

Him188 2 năm trước cách đây
mục cha
commit
38a98bbd98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")
             }
         }
     }