Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for java targeting #57

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading