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

ru.fix.gradle.release.plugin.PluginProperties.kt Maven / Gradle / Ivy

Go to download

Plugin automatically creates branches and tags and changes version in project gradle.properties file.

There is a newer version: 1.4.3
Show newest version
package ru.fix.gradle.release.plugin

object PluginProperties {
    const val GIT_LOGIN = "ru.fix.gradle.release.login"
    const val GIT_PASSWORD = "ru.fix.gradle.release.password"
    const val CHECKOUT_TAG = "ru.fix.gradle.release.checkoutTag"
    const val RELEASE_MAJOR_MINOR_VERSION = "ru.fix.gradle.release.releaseMajorMinorVersion"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy