com.brambolt.wrench.properties
Owner: Brambolt
Wrench properties.
https://github.com/brambolt/wrench-properties
Sources: https://github.com/brambolt/wrench-properties
Version 2022.05.01-7057 (latest)
2022.05.01-7057
Created 20 April 2022.
Wrench properties.
Using the plugins DSL:
plugins {
id("com.brambolt.wrench.properties") version "2022.05.01-7057"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.brambolt.wrench:brambolt-wrench-properties:2022.05.01-7057")
}
}
apply(plugin = "com.brambolt.wrench.properties")
Using the plugins DSL:
plugins {
id "com.brambolt.wrench.properties" version "2022.05.01-7057"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.brambolt.wrench:brambolt-wrench-properties:2022.05.01-7057"
}
}
apply plugin: "com.brambolt.wrench.properties"