object ConsoleRenderer
Renders information in a format suitable for logging to the console.
Taken from: https://github.com/gradle/gradle/blob/master/subprojects/logging/src/main/java/org/gradle/internal/logging/ConsoleRenderer.java
asClickableFileUrl |
Renders a path name as a file URL that is likely recognized by consoles. fun asClickableFileUrl(path: File): String |