fi.linuxbox.download.worker
Owner: Mikko Värri
Download Worker Gradle plugin
https://github.com/vmj/gradle-download-worker
Sources: https://github.com/vmj/gradle-download-worker
Version 0.4 (latest)
0.4
Created 30 September 2018.
Parallel Download Worker Gradle plugin. Only for Java >=8 and Gradle >=4.0
Add this plugin to your build using the plugins DSL:
plugins {
id("fi.linuxbox.download.worker") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.fi.linuxbox.gradle:gradle-download-worker:0.4") } } apply(plugin = "fi.linuxbox.download.worker")
- Applying plugins to all subprojects .