Parcourir la source

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

Him188 il y a 2 ans
Parent
commit
38a98bbd98
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")
             }
         }
     }