Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Gradle Local Properties Plugin

License

NotificationsYou must be signed in to change notification settings

open-jumpco/local-properties-plugin

Repository files navigation

InstallMIT License

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.

Setup

Add the following to your build.gradle file:

plugins {    id'io.jumpco.open.gradle.local-properties' version'1.0.1'}

Versioning

Seegradle plugin page for other versions.

Usage

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp