pl.allegro.tech.build.axion.release.infrastructure.output.OutputWriter.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axion-release-plugin Show documentation
Show all versions of axion-release-plugin Show documentation
Gradle release and version management plugin
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