com.apothesource.fam.kubeint.itest
Owner: Apothesource
Gradle plugin to run integration tests against services deployed in a kubernetes cluster
https://gitlab.com/apothesource-oss/kubeint-gradle-plugin
Sources: https://gitlab.com/apothesource-oss/kubeint-gradle-plugin
Version 0.4.12
0.4.12
Created 19 May 2021.
Gradle plugin to run integration tests against services deployed in a kubernetes cluster
Add this plugin to your build using the plugins DSL:
plugins {
id("com.apothesource.fam.kubeint.itest") version "0.4.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.apothesource.fam:kubeint-gradle-plugin:0.4.12") } } apply(plugin = "com.apothesource.fam.kubeint.itest")
- Applying plugins to all subprojects .