com.redpillanalytics.gradle-aws
所有者: Stewart Bryson
用于与 AWS 一起工作的插件。初始功能是用于与 S3 一起工作。
https://github.com/RedPillAnalytics/gradle-aws/
来源: https://github.com/RedPillAnalytics/gradle-aws/
使用 插件 DSL
plugins {
id("com.redpillanalytics.gradle-aws") version "0.1.6"
}
使用 旧式插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.redpillanalytics:gradle-aws:0.1.6")
}
}
apply(plugin = "com.redpillanalytics.gradle-aws")