fr.rozanc.helm-releases
所有者: Marc ROZANC
Helm 发布插件
https://github.com/mrozanc/gradle-helm-plugin
源代码: https://github.com/mrozanc/gradle-helm-plugin
版本 1.7.0-rzc.2 (最新)
1.7.0-rzc.2
创建于 2023 年 6 月 3 日。
Helm 发布插件
使用 插件 DSL
plugins {
id("fr.rozanc.helm-releases") version "1.7.0-rzc.2"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("fr.rozanc.gradle-plugins.helm:helm-releases-plugin:1.7.0-rzc.2")
}
}
apply(plugin = "fr.rozanc.helm-releases")