Selaa lähdekoodia

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

Him188 2 vuotta sitten
vanhempi
sitoutus
38a98bbd98
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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")
             }
         }
     }