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

pl.allegro.tech.build.axion.release.domain.RepositoryConfig.groovy Maven / Gradle / Ivy

package pl.allegro.tech.build.axion.release.domain

class RepositoryConfig {

    String type = 'git'

    File directory

    String remote = 'origin'

    def customKey

    String customKeyPassword
    
    String customUsername
    
    String customPassword = ''

    boolean pushTagsOnly = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy