com.brambolt.wrench.staging
Owner: Brambolt
Wrench staging.
https://github.com/brambolt/wrench-staging
Sources: https://github.com/brambolt/wrenches
Version 2022.05.01-7057 (latest)
2022.05.01-7057
Created 20 April 2022.
Runbook staging and IDE integration.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.wrench.staging") version "2022.05.01-7057"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.wrench:brambolt-wrench-staging:2022.05.01-7057") } } apply(plugin = "com.brambolt.wrench.staging")
- Applying plugins to all subprojects .