All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.java.refactor.gradle.Styling.kt Maven / Gradle / Ivy

There is a newer version: 0.6.2
Show newest version
package com.netflix.java.refactor.gradle

import org.gradle.logging.StyledTextOutput

object Styling {
	val Bold = StyledTextOutput.Style.UserInput
    val Green = StyledTextOutput.Style.Identifier
    val Yellow = StyledTextOutput.Style.Description
    val Red = StyledTextOutput.Style.Failure
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy