io.github.fstaudt.helm-values
所有者: 弗朗索瓦·斯托德
使用 Gradle 为复杂的 Helm 图表生成 JSON 规范!
https://github.com/fstaudt/helm-values
来源: https://github.com/fstaudt/helm-values-gradle-plugin
使用 插件 DSL
plugins {
id("io.github.fstaudt.helm-values") version "0.9.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.fstaudt.helm:helm-values-gradle-plugin:0.9.0")
}
}
apply(plugin = "io.github.fstaudt.helm-values")