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

com.teamscale.BuildVersion.kt Maven / Gradle / Ivy

Go to download

A Gradle plugin that supports collecting Testwise Coverage and uploading reports to Teamscale.

There is a newer version: 29.0.0
Show newest version
package com.teamscale

import java.util.*

/** Helper for getting the plugin version at runtime. */
object BuildVersion {

    private val bundle = ResourceBundle.getBundle("com.teamscale.plugin")

    /** Extracts the plugin's version from the jar's plugin.properties file. */
    val pluginVersion: String
        get() = bundle.getString("pluginVersion")

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy