com.github.burrunan.s3-build-cache
所有者: 弗拉基米尔·希蒂科夫
一个AWS S3构建缓存实现
https://github.com/burrunan/gradle-s3-build-cache
源代码: https://github.com/burrunan/gradle-s3-build-cache
使用插件DSL
plugins {
id("com.github.burrunan.s3-build-cache") version "1.8.2"
}
使用旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.github.burrunan.s3cache:s3-build-cache:1.8.2")
}
}
apply(plugin = "com.github.burrunan.s3-build-cache")