net.fornwall.download
Owner: Fredrik Fornwall
Plug-in providing a download task to download files and verify against checksums
https://github.com/fornwall/download
Sources: https://github.com/fornwall/download.git
Version 0.4
0.4
Created 16 October 2019.
Plug-in providing a download task to download files and verify against checksums
Add this plugin to your build using the plugins DSL:
plugins {
id("net.fornwall.download") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.fornwall:download:0.4") } } apply(plugin = "net.fornwall.download")
- Applying plugins to all subprojects .