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

There is a newer version: 1.18.15
Show newest version
package pl.allegro.tech.build.axion.release.infrastructure.output

import pl.allegro.tech.build.axion.release.domain.logging.ReleaseLogger

class OutputWriter {

    private static final ReleaseLogger logger = ReleaseLogger.Factory.logger(OutputWriter)

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy