ru.yoomoney.gradle.plugins.git-expired-branch-plugin
Owner: YooMoney Robot
Gradle plugin by YooMoney. See README: https://github.com/yoomoney/git-expired-branch-plugin
https://github.com/yoomoney/git-expired-branch-plugin
Sources: https://github.com/yoomoney/git-expired-branch-plugin.git
Version 7.0.1 (latest)
7.0.1
Created 07 April 2022.
Gradle plugin by YooMoney. See README: https://github.com/yoomoney/git-expired-branch-plugin
Using the plugins DSL:
plugins {
id("ru.yoomoney.gradle.plugins.git-expired-branch-plugin") version "7.0.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("ru.yoomoney.gradle.plugins:git-expired-branch-plugin:7.0.1")
}
}
apply(plugin = "ru.yoomoney.gradle.plugins.git-expired-branch-plugin")
Using the plugins DSL:
plugins {
id "ru.yoomoney.gradle.plugins.git-expired-branch-plugin" version "7.0.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "ru.yoomoney.gradle.plugins:git-expired-branch-plugin:7.0.1"
}
}
apply plugin: "ru.yoomoney.gradle.plugins.git-expired-branch-plugin"