ch.kk7.spawn
Owner: Key Seven
Spawn and kill UNIX processes with up-to-date checks.
https://github.com/keykey7/gradle-spawn-plugin
Sources: #{website}.git
Version 1.0.20180924200750 (latest)
1.0.20180924200750
Created 24 September 2018.
Spawn and kill UNIX processes with up-to-date checks.
Using the plugins DSL:
plugins {
id("ch.kk7.spawn") version "1.0.20180924200750"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("ch.kk7:gradle-spawn-plugin:1.0.20180924200750")
}
}
apply(plugin = "ch.kk7.spawn")
Using the plugins DSL:
plugins {
id "ch.kk7.spawn" version "1.0.20180924200750"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "ch.kk7:gradle-spawn-plugin:1.0.20180924200750"
}
}
apply plugin: "ch.kk7.spawn"