Skip to content

Commit 9c8a37c

Browse files
authored
Merge pull request #57 from androidx/target17
Add release notes for java targeting
2 parents 33a47a5 + 42e1696 commit 9c8a37c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

gcpbuildcache/build.gradle.kts

+1-2
Original file line numberDiff line numberDiff 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")

s3buildcache/build.gradle.kts

+1-6
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)