com.github.paralleltasks
Owner: Barry Earles
This plugin allows tasks that are defined within the same module to be executed in parallel
https://github.com/barryearles/parallel-tasks-gradle-plugin
Sources: https://github.com/barryearles/parallel-tasks-gradle-plugin
Version 1.0.1 (latest)
1.0.1
Created 31 July 2015.
This plugin allows tasks that are defined within the same module to be executed in parallel
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.paralleltasks") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.paralleltasks:parallel-tasks-gradle-plugin:1.0.1") } } apply(plugin = "com.github.paralleltasks")
- Applying plugins to all subprojects .