com.diffplug.cache-horizon
Owner: Ned Twigg
Build cache for a group of tasks
https://github.com/diffplug/cache-horizon
Sources: https://github.com/diffplug/cache-horizon.git
Version 0.0.1-HELPWANTED (latest)
Created 28 April 2020.
Build cache for a group of tasks
Add this plugin to your build using the plugins DSL:
plugins {
id("com.diffplug.cache-horizon") version "0.0.1-HELPWANTED"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.diffplug.cache-horizon:com.diffplug.cache-horizon.gradle.plugin:0.0.1-HELPWANTED") }
It can then be applied in the precompiled script plugin:plugins { id("com.diffplug.cache-horizon") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug.cache-horizon:com.diffplug.cache-horizon.gradle.plugin:0.0.1-HELPWANTED") } } apply(plugin = "com.diffplug.cache-horizon")
- Applying plugins to all subprojects .