com.brambolt.wrench.staging
Owner: Brambolt
Wrench staging.
https://github.com/brambolt/wrench-staging
Sources: https://github.com/brambolt/wrenches
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.wrench.staging") version "2022.04.01-7023"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.wrench:brambolt-wrench-staging:2022.04.01-7023") } } apply(plugin = "com.brambolt.wrench.staging")
- Applying plugins to all subprojects .