com.pswidersk.yaml-secrets-plugin
所有者: Przemysław Świderski
Gradle 插件,用于从 Yaml 文件中加载密钥属性。
https://github.com/PrzemyslawSwiderski/yaml-secrets-gradle-plugin
来源: https://github.com/PrzemyslawSwiderski/yaml-secrets-gradle-plugin
使用 插件 DSL
plugins {
id("com.pswidersk.yaml-secrets-plugin") version "1.1.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.pswidersk:yaml-secrets-gradle-plugin:1.1.0")
}
}
apply(plugin = "com.pswidersk.yaml-secrets-plugin")