Skip to content

Commit b7902a3

Browse files
authored
Merge pull request #64 from oheyadam/promote-s3-build-cache
Promote s3-build-cache to v1.0.0-beta01
2 parents 3c05bd3 + ab14c39 commit b7902a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s3buildcache/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gradlePlugin {
5757
id = "androidx.build.gradle.s3buildcache"
5858
displayName = "Gradle AWS S3 Build Cache Plugin"
5959
description = """
60-
- Move to targeting Java 17
60+
- Promote to v1.0.0-beta01.
6161
""".trimIndent()
6262
implementationClass = "androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
6363
tags = listOf("buildcache", "s3", "caching")
@@ -66,7 +66,7 @@ gradlePlugin {
6666
}
6767

6868
group = "androidx.build.gradle.s3buildcache"
69-
version = "1.0.0-alpha06"
69+
version = "1.0.0-beta01"
7070

7171
testing {
7272
suites {

0 commit comments

Comments
 (0)