org.jreleaser.jdks
Owner: Andres Almiray
JDK Downloader Gradle Plugin
https://github.com/jreleaser/jreleaser
Sources: https://github.com/jreleaser/jreleaser
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jreleaser.jdks") version "1.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jreleaser:jdks-gradle-plugin:1.3.0") } } apply(plugin = "org.jreleaser.jdks")
- Applying plugins to all subprojects .