com.guidovezzoni.hyperprop
所有者: Guido Vezzoni
从*.property文件或环境变量中管理构建参数
https://github.com/guidovezzoni/hyper-properties
源代码: https://github.com/guidovezzoni/hyper-properties.git
版本 0.2.0-beta (最新)
0.2.0-beta
创建于 2020年3月15日。
从*.property文件或环境变量中管理构建参数
使用插件DSL
plugins {
id("com.guidovezzoni.hyperprop") version "0.2.0-beta"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.guidovezzoni.hyperprop:hyper-properties:0.2.0-beta")
}
}
apply(plugin = "com.guidovezzoni.hyperprop")