[build][dependencies] \r -> \n

This commit is contained in:
Vasily Levchenko
2020-12-26 12:25:28 +01:00
parent 7b73917217
commit e031da6e70
@@ -33,7 +33,7 @@ class DependencyDownloader(
) {
private val progressCallback = customProgressCallback ?: { url, currentBytes, totalBytes ->
print("\rDownloading dependency: $url (${currentBytes.humanReadable}/${totalBytes.humanReadable}). ")
print("\nDownloading dependency: $url (${currentBytes.humanReadable}/${totalBytes.humanReadable}). ")
}
val executor = ExecutorCompletionService<Unit>(Executors.newSingleThreadExecutor(object : ThreadFactory {