소스 검색

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