项目作者: Juuxel

项目描述 :
Loads local Gradle properties
高级语言: Kotlin
项目地址: git://github.com/Juuxel/gradle-local-properties.git
创建时间: 2019-01-12T18:18:03Z
项目社区:https://github.com/Juuxel/gradle-local-properties

开源协议:MIT License

下载


gradle-local-properties

Used to load local Gradle properties from a private.properties file.

Usage

Groovy:

  1. apply from: "https://raw.githubusercontent.com/Juuxel/gradle-local-properties/master/loader.gradle.kts"

Kotlin:

  1. apply(from = "https://raw.githubusercontent.com/Juuxel/gradle-local-properties/master/loader.gradle.kts")