io.github.dryrum.git-utils
Owner: Carmelo Iriti
This plugin allows to add, commit and push files programmatically
https://github.com/dryrum/CDelivery
Sources: https://github.com/dryrum/CDelivery
Version 0.6.1
0.6.1
Created 20 January 2021.
This plugin allows to add, commit and push files programmatically
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.dryrum.git-utils") version "0.6.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.dryrum:git-utils:0.6.1") } } apply(plugin = "io.github.dryrum.git-utils")
- Applying plugins to all subprojects .