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

net.researchgate.release.GitReleasePluginConvention.groovy Maven / Gradle / Ivy

package net.researchgate.release

class GitReleasePluginConvention {
    String requireBranch = 'master'
    String pushToRemote = 'origin'
    boolean pushToCurrentBranch = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy