com.pswidersk.helm-plugin
Owner: Przemysław Świderski
Simple Gradle plugin to wrap Helm executable as task.
https://github.com/PrzemyslawSwiderski/helm-gradle-plugin
Sources: https://github.com/PrzemyslawSwiderski/helm-gradle-plugin
Version 1.1.1 (latest)
1.1.1
Created 23 September 2024.
Simple Plugin to wrap Helm executable as task.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.pswidersk.helm-plugin") version "1.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.pswidersk:helm-gradle-plugin:1.1.1") } } apply(plugin = "com.pswidersk.helm-plugin")
- Applying plugins to all subprojects .