fr.rozanc.helm-commands
Owner: Marc ROZANC
Helm Commands plugin
https://github.com/mrozanc/gradle-helm-plugin
Sources: https://github.com/mrozanc/gradle-helm-plugin
Version 1.7.0-rzc.2 (latest)
1.7.0-rzc.2
Created 03 June 2023.
Helm Commands plugin
Using the plugins DSL:
plugins {
id("fr.rozanc.helm-commands") version "1.7.0-rzc.2"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("fr.rozanc.gradle-plugins.helm:helm-plugin:1.7.0-rzc.2")
}
}
apply(plugin = "fr.rozanc.helm-commands")
Using the plugins DSL:
plugins {
id "fr.rozanc.helm-commands" version "1.7.0-rzc.2"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "fr.rozanc.gradle-plugins.helm:helm-plugin:1.7.0-rzc.2"
}
}
apply plugin: "fr.rozanc.helm-commands"