Skip to content

Commit

Permalink
Merge pull request #57 from androidx/target17
Browse files Browse the repository at this point in the history
Add release notes for java targeting
  • Loading branch information
liutikas committed May 24, 2024
2 parents 33a47a5 + 42e1696 commit 9c8a37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ gradlePlugin {
id = "androidx.build.gradle.gcpbuildcache"
displayName = "Gradle GCP Build Cache Plugin"
description = """
- Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
- Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
- Move to targeting Java 17
""".trimIndent()
implementationClass = "androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
tags = listOf("buildcache", "gcp", "caching")
Expand Down
7 changes: 1 addition & 6 deletions s3buildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ gradlePlugin {
id = "androidx.build.gradle.s3buildcache"
displayName = "Gradle AWS S3 Build Cache Plugin"
description = """
- Using newer okhttp dependency as retrofit depends on a really old version, see https://github.com/androidx/gcp-gradle-build-cache/pull/43
- Using newer amazon bom, see https://github.com/androidx/gcp-gradle-build-cache/pull/54
- Added support for s3 express zone, see https://github.com/androidx/gcp-gradle-build-cache/pull/53
- Added support for using specific AWS profile for auth, see https://github.com/androidx/gcp-gradle-build-cache/pull/45
- Better offline support, see https://github.com/androidx/gcp-gradle-build-cache/pull/44
- Moved to a new signing key 8B39C4ACE0F448789FE19C8BAC0E2034B1389C89
- Move to targeting Java 17
""".trimIndent()
implementationClass = "androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
tags = listOf("buildcache", "s3", "caching")
Expand Down

0 comments on commit 9c8a37c

Please sign in to comment.