File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ gradlePlugin {
49
49
id = " androidx.build.gradle.gcpbuildcache"
50
50
displayName = " Gradle GCP Build Cache Plugin"
51
51
description = """
52
- - Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
53
- - Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
52
+ - Move to targeting Java 17
54
53
""" .trimIndent()
55
54
implementationClass = " androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
56
55
tags = listOf (" buildcache" , " gcp" , " caching" )
Original file line number Diff line number Diff line change @@ -57,12 +57,7 @@ gradlePlugin {
57
57
id = " androidx.build.gradle.s3buildcache"
58
58
displayName = " Gradle AWS S3 Build Cache Plugin"
59
59
description = """
60
- - Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
61
- - Using newer amazon bom, see https://github.com/androidx/gcp-gradle-build-cache/pull/54
62
- - Added support for s3 express zone, see https://github.com/androidx/gcp-gradle-build-cache/pull/53
63
- - Added support for using specific AWS profile for auth, see https://github.com/androidx/gcp-gradle-build-cache/pull/45
64
- - Better offline support, see https://github.com/androidx/gcp-gradle-build-cache/pull/44
65
- - Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
60
+ - Move to targeting Java 17
66
61
""" .trimIndent()
67
62
implementationClass = " androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
68
63
tags = listOf (" buildcache" , " s3" , " caching" )
You can’t perform that action at this time.
0 commit comments