com.github.b3er.local.properties
Owner: Ilya Usanov
Gradle plugin for reading properties from local.properties file.
https://github.com/b3er/gradle-local-properties-plugin
Sources: https://github.com/b3er/gradle-local-properties-plugin
Version 1.0
1.0
Created 15 February 2017.
Gradle plugin for reading properties from local.properties file.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.b3er.local.properties") version "1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.b3er.local.properties:local-properties-plugin:1.0") } } apply(plugin = "com.github.b3er.local.properties")
- Applying plugins to all subprojects .