We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c05bd3 + ab14c39 commit b7902a3Copy full SHA for b7902a3
s3buildcache/build.gradle.kts
@@ -57,7 +57,7 @@ gradlePlugin {
57
id = "androidx.build.gradle.s3buildcache"
58
displayName = "Gradle AWS S3 Build Cache Plugin"
59
description = """
60
- - Move to targeting Java 17
+ - Promote to v1.0.0-beta01.
61
""".trimIndent()
62
implementationClass = "androidx.build.gradle.s3buildcache.S3GradleBuildCachePlugin"
63
tags = listOf("buildcache", "s3", "caching")
@@ -66,7 +66,7 @@ gradlePlugin {
66
}
67
68
group = "androidx.build.gradle.s3buildcache"
69
-version = "1.0.0-alpha06"
+version = "1.0.0-beta01"
70
71
testing {
72
suites {
0 commit comments