We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5058e7 + f3b09f2 commit a3d2a23Copy full SHA for a3d2a23
gcpbuildcache/build.gradle.kts
@@ -49,7 +49,7 @@ gradlePlugin {
49
id = "androidx.build.gradle.gcpbuildcache"
50
displayName = "Gradle GCP Build Cache Plugin"
51
description = """
52
- - Move to targeting Java 17
+ - Graduating to 1.0.0 stable version.
53
""".trimIndent()
54
implementationClass = "androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
55
tags = listOf("buildcache", "gcp", "caching")
@@ -58,7 +58,7 @@ gradlePlugin {
58
}
59
60
group = "androidx.build.gradle.gcpbuildcache"
61
-version = "1.0.0-beta10"
+version = "1.0.0"
62
63
testing {
64
suites {
0 commit comments