com.fuseanalytics.gradle.s3
所有者: Charlie Hubbard
轻量级 S3 上传和下载插件,支持单个和多个文件的上传/下载
https://github.com/chubbard/gradle-s3-plugin/blob/master/README.md
来源:https://github.com/chubbard/gradle-s3-plugin
使用 插件 DSL
plugins {
id("com.fuseanalytics.gradle.s3") version "1.2.6"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.fuseanalytics:gradle-s3-plugin:1.2.6")
}
}
apply(plugin = "com.fuseanalytics.gradle.s3")