File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ gradlePlugin {
4343 id = " androidx.build.gradle.gcpbuildcache"
4444 displayName = " Gradle GCP Build Cache Plugin"
4545 description = """
46- - Performance optimization for pulling large remote cache entries , see
47- https://github.com/androidx/gcp-gradle-build-cache/pull/40
46+ - Using newer okhttp dependency as retrofit depends on a really old version , see https://github.com/androidx/gcp-gradle-build-cache/pull/43
47+ - Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
4848 """ .trimIndent()
4949 implementationClass = " androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
5050 tags = listOf (" buildcache" , " gcp" , " caching" )
@@ -53,7 +53,7 @@ gradlePlugin {
5353}
5454
5555group = " androidx.build.gradle.gcpbuildcache"
56- version = " 1.0.0-beta07 "
56+ version = " 1.0.0-beta08 "
5757
5858testing {
5959 suites {
Original file line number Diff line number Diff line change @@ -51,8 +51,12 @@ gradlePlugin {
5151 id = " androidx.build.gradle.s3buildcache"
5252 displayName = " Gradle AWS S3 Build Cache Plugin"
5353 description = """
54- - Performance optimization for pulling large remote cache entries, see
55- https://github.com/androidx/gcp-gradle-build-cache/pull/40
54+ - Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
55+ - Using newer amazon bom, see https://github.com/androidx/gcp-gradle-build-cache/pull/54
56+ - Added support for s3 express zone, see https://github.com/androidx/gcp-gradle-build-cache/pull/53
57+ - Added support for using specific AWS profile for auth, see https://github.com/androidx/gcp-gradle-build-cache/pull/45
58+ - Better offline support, see https://github.com/androidx/gcp-gradle-build-cache/pull/44
59+ - Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
5660 """ .trimIndent()
5761 implementationClass = " androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
5862 tags = listOf (" buildcache" , " s3" , " caching" )
You can’t perform that action at this time.
0 commit comments