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

io.gitlab.arturbosch.detekt.cli.runners.VersionPrinter.kt Maven / Gradle / Ivy

There is a newer version: 1.23.7
Show newest version
package io.gitlab.arturbosch.detekt.cli.runners

import io.github.detekt.tooling.api.VersionProvider

class VersionPrinter(private val outputPrinter: Appendable) : Executable {

    override fun execute() {
        outputPrinter.appendLine(VersionProvider.load().current())
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy