com.github.psxpaul.execfork
Owner: Paul Roberts
Execute Java or shell processes in the background during a build
Sources: https://github.com/psxpaul/gradle-execfork-plugin
Version 0.2.2 (latest)
0.2.2
Created 01 December 2022.
Execute Java or shell processes in the background during a build
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.psxpaul.execfork") version "0.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.psxpaul:gradle-execfork-plugin:0.2.2") } } apply(plugin = "com.github.psxpaul.execfork")
- Applying plugins to all subprojects .