ru.fix.gradle.release.plugin.PluginProperties.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-release-plugin Show documentation
Show all versions of gradle-release-plugin Show documentation
Plugin automatically creates branches and tags and changes version in project gradle.properties file.
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"
}