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

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

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"
    const val CREATE_DEFAULT_RELEASE_BRANCH = "ru.fix.gradle.release.createDefaultReleaseBranch"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy