com.thg.opensource.aws.cfnvalidate
所有者: Kevin Jackson
为 AWS 云模板提供验证
https://github.com/OpenSource-THG
源代码: https://github.com/OpenSource-THG/cfnvalidate-plugin.git
版本 1.0.0(最新版)
1.0.0
创建于 2018 年 2 月 26 日。
为 AWS 云模板提供验证
使用 插件 DSL
plugins {
id("com.thg.opensource.aws.cfnvalidate") version "1.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.thg.opensource.aws:cfnvalidate-plugin:1.0.0")
}
}
apply(plugin = "com.thg.opensource.aws.cfnvalidate")
使用 插件 DSL
plugins {
id "com.thg.opensource.aws.cfnvalidate" version "1.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.thg.opensource.aws:cfnvalidate-plugin:1.0.0"
}
}
apply plugin: "com.thg.opensource.aws.cfnvalidate"