- Notifications
You must be signed in to change notification settings - Fork0
Gradle Local Properties Plugin
License
open-jumpco/local-properties-plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This plugin provides for local properties to override gradle.properties.By creating a file namedgradle.local.properties and updating properties these properties can be modified for local development.
A warning will be logged whengradle.local.properties is found and contains any properties.A warning will be logged if the property ingradle.local.properties is a new property.
Add the following to your build.gradle file:
plugins { id'io.jumpco.open.gradle.local-properties' version'1.0.1'}Seegradle plugin page for other versions.
Create a file namegradle.local.properties within a project folder in order to override properties.
Ideally this file is added to.gitignore and not committed to your repository.
The plugin will log a warning when it is overriding any properties and it will log a warning when it is encounters a property that is unique togradle.local.properties.
About
Gradle Local Properties Plugin
Resources
License
Uh oh!
There was an error while loading.Please reload this page.