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