com.google.cloud.tools.minikube
A plugin to manage the minikube lifecycle in a gradle project
https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/
Sources: https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/
Version 1.0.0-alpha.1
1.0.0-alpha.1
Created 28 September 2017.
A plugin to manage the minikube lifecycle in a gradle project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.google.cloud.tools.minikube") version "1.0.0-alpha.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.google.cloud.tools:minikube-gradle-plugin:1.0.0-alpha.1") } } apply(plugin = "com.google.cloud.tools.minikube")
- Applying plugins to all subprojects .