co.elastic.sandbox
Implements sandbox tasks that guarantee no reliance on the local system
https://github.com/elastic/gradle-plugins/blob/main/README.md
Sources: https://github.com/elastic/gradle-plugins/
Version 0.1.4
0.1.4
Created 24 May 2024.
Implements sandbox tasks that guarantee no reliance on the local system
Add this plugin to your build using the plugins DSL:
plugins {
id("co.elastic.sandbox") version "0.1.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("co.elastic.gradle:sandbox:0.1.4") } } apply(plugin = "co.elastic.sandbox")
- Applying plugins to all subprojects .