com.apothesource.fam.kubeint.itest
所有者: Apothesource
Gradle插件,用于在Kubernetes集群中部署的服务上运行集成测试
https://gitlab.com/apothesource-oss/kubeint-gradle-plugin
来源: https://gitlab.com/apothesource-oss/kubeint-gradle-plugin
使用插件的DSL
plugins {
id("com.apothesource.fam.kubeint.itest") version "0.5.0"
}
使用传统插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.apothesource.fam:kubeint-gradle-plugin:0.5.0")
}
}
apply(plugin = "com.apothesource.fam.kubeint.itest")