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

pl.allegro.tech.build.axion.release.infrastructure.output.OutputWriter.groovy Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.build.axion.release.infrastructure.output

import org.gradle.api.logging.Logger
import org.gradle.api.logging.Logging

class OutputWriter {
    private static final Logger logger = Logging.getLogger(OutputWriter.class);

    void println(String text) {
        logger.quiet(text)
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy