com.brambolt.gradle.properties
Owner: Brambolt
A Gradle plug-in for reading shared project properties
https://github.com/brambolt/gradle-properties
Sources: https://github.com/brambolt/gradle-properties
Version 2021.11.23-5123
2021.11.23-5123
Created 23 November 2021.
A Gradle plug-in for reading shared project properties
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.properties") version "2021.11.23-5123"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-properties:2021.11.23-5123") } } apply(plugin = "com.brambolt.gradle.properties")
- Applying plugins to all subprojects .