org.manathome.props2consts
所有者: man
从属性文件键生成Java常量
https://gitlab.com/spare-time-demos/props2consts
来源: https://gitlab.com/spare-time-demos/props2consts.git
使用 插件DSL
plugins {
id("org.manathome.props2consts") version "0.1.1-SNAPSHOT"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.manathome.props2consts:plugin:0.1.1-SNAPSHOT")
}
}
apply(plugin = "org.manathome.props2consts")