File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ gradlePlugin {
4949 id = " androidx.build.gradle.gcpbuildcache"
5050 displayName = " Gradle GCP Build Cache Plugin"
5151 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
5453 """ .trimIndent()
5554 implementationClass = " androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
5655 tags = listOf (" buildcache" , " gcp" , " caching" )
Original file line number Diff line number Diff line change @@ -57,12 +57,7 @@ gradlePlugin {
5757 id = " androidx.build.gradle.s3buildcache"
5858 displayName = " Gradle AWS S3 Build Cache Plugin"
5959 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
6661 """ .trimIndent()
6762 implementationClass = " androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
6863 tags = listOf (" buildcache" , " s3" , " caching" )
You can’t perform that action at this time.
0 commit comments