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

com.gorylenko.properties.CommitIdAbbrevProperty.groovy Maven / Gradle / Ivy

package com.gorylenko.properties

import org.ajoberstar.grgit.Grgit

class CommitIdAbbrevProperty extends AbstractGitProperty {

    String doCall(Grgit repo) {
        return isEmpty(repo) ? '' : repo.head().abbreviatedId
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy