co.elastic.wrapper-provision-jdk
Extend the wrapper task with a snippet to provision a jvm
https://github.com/elastic/gradle-plugins/blob/main/README.md
Sources: https://github.com/elastic/gradle-plugins/
Version 1.0.16 (latest)
1.0.16
Created 23 August 2024.
Extend the wrapper task with a snippet to provision a jvm
Add this plugin to your build using the plugins DSL:
plugins {
id("co.elastic.wrapper-provision-jdk") version "1.0.16"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("co.elastic.gradle:wrapper-provision-jdk:1.0.16") } } apply(plugin = "co.elastic.wrapper-provision-jdk")
- Applying plugins to all subprojects .