io.github.yubyf.mavenoffline.utils.Logger.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-offline Show documentation
Show all versions of maven-offline Show documentation
Gradle plugin for fetching specific maven repositories to local.
package io.github.yubyf.mavenoffline.utils
import org.gradle.api.logging.Logger
internal fun Logger.indentLifecycle(message: String) = lifecycle("\t$message")
internal fun Logger.indentError(message: String) = error("\t$message")