com.netflix.java.refactor.gradle.Styling.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-source-refactor Show documentation
Show all versions of java-source-refactor Show documentation
Pluggable and distributed refactoring tool for Java source code
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