From f3b09f206eac7116a3932d7a955dd57103cab982 Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Mon, 28 Oct 2024 11:11:03 -0700 Subject: [PATCH] Graduate to 1.0.0 stable We have been using this successfully for a little over two years and it has been working well, so it is time to call this stable. --- gcpbuildcache/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcpbuildcache/build.gradle.kts b/gcpbuildcache/build.gradle.kts index 5e2a69d..dab7433 100644 --- a/gcpbuildcache/build.gradle.kts +++ b/gcpbuildcache/build.gradle.kts @@ -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") @@ -58,7 +58,7 @@ gradlePlugin { } group = "androidx.build.gradle.gcpbuildcache" -version = "1.0.0-beta10" +version = "1.0.0" testing { suites {