io.github.git-utils
Owner: Carmelo Iriti
This plugin allows to add, commit and push files programmatically
https://github.com/ciriti/CDelivery
Sources: https://github.com/ciriti/CDelivery
Version 0.5.1
0.5.1
Created 19 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.git-utils") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.ciriti:git-utils:0.5.1") } } apply(plugin = "io.github.git-utils")
- Applying plugins to all subprojects .