jp.classmethod.aws.reboot.rds
所有者: Justin Pihony
Amazon Web Services管理的Gradle插件
https://github.com/justinPihony/gradle-aws-plugin-reboot
资源: https://github.com/justinPihony/gradle-aws-plugin-reboot
使用插件DSL
plugins {
id("jp.classmethod.aws.reboot.rds") version "0.45"
}
使用遗留插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("jp.classmethod.aws.reboot:gradle-aws-plugin-reboot:0.45")
}
}
apply(plugin = "jp.classmethod.aws.reboot.rds")