From 867d8e28da75f6a32adb0ff879651b628f186d85 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 5 Nov 2025 18:10:50 +0000 Subject: [PATCH] fix: empty changes in README.md to trigger a test release --- gax-java/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gax-java/README.md b/gax-java/README.md index 84e1025777..30e870218c 100644 --- a/gax-java/README.md +++ b/gax-java/README.md @@ -18,13 +18,6 @@ a high risk of diamond dependency problems, because google-cloud-java uses beta library which can change in breaking ways between versions. See [VERSIONING](#versioning) for more information. -> For new and existing Developers/ Contributors: -> -> In December 2022, gax-java's build tool has been migrated from gradle to maven. -> Gradle related files are no longer being maintained and will be eventually removed. -> -> The artifact coordinates in Maven Central (`{{ group_id }}:{{ artifact_id }}`) remain the same. - Quickstart ----------