Skip to content

Commit

Permalink
Merge pull request #62 from androidx/stable
Browse files Browse the repository at this point in the history
Graduate to 1.0.0 stable
  • Loading branch information
liutikas authored Oct 28, 2024
2 parents f5058e7 + f3b09f2 commit a3d2a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gradlePlugin {
id = "androidx.build.gradle.gcpbuildcache"
displayName = "Gradle GCP Build Cache Plugin"
description = """
- Move to targeting Java 17
- Graduating to 1.0.0 stable version.
""".trimIndent()
implementationClass = "androidx.build.gradle.gcpbuildcache.GcpGradleBuildCachePlugin"
tags = listOf("buildcache", "gcp", "caching")
Expand All @@ -58,7 +58,7 @@ gradlePlugin {
}

group = "androidx.build.gradle.gcpbuildcache"
version = "1.0.0-beta10"
version = "1.0.0"

testing {
suites {
Expand Down

0 comments on commit a3d2a23

Please sign in to comment.