From 18e3107904c6e9f3265965ce2e4ee840605ed76b Mon Sep 17 00:00:00 2001 From: Blake Li Date: Mon, 30 Mar 2026 23:52:31 -0400 Subject: [PATCH 1/2] build: Fix relative path in test_dependency_compatibility --- .../sdk-platform-java-dependency_compatibility_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml b/.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml index 8e0718e92e14..d55c98019c0f 100644 --- a/.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml +++ b/.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml @@ -88,8 +88,8 @@ jobs: # Need to cd out of the directory to get the scripts as this step is run inside the java-showcase directory run: | if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then - ../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }} + ../.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }} else - ../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt + ../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt fi working-directory: sdk-platform-java/java-showcase From e36800eeab824fe35bc8da6e71ce97a03a9a7c86 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Tue, 31 Mar 2026 10:48:55 -0400 Subject: [PATCH 2/2] trigger dependency check --- sdk-platform-java/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk-platform-java/README.md b/sdk-platform-java/README.md index 6617753a0793..c6fbe4f8b45f 100644 --- a/sdk-platform-java/README.md +++ b/sdk-platform-java/README.md @@ -1,5 +1,6 @@ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=googleapis_gapic-generator-java&metric=coverage)](https://sonarcloud.io/summary/new_code?id=googleapis_gapic-generator-java) + This repository has been renamed to `sdk-platfom-java`. For developers, please update the repo's URL in repository clones (this is not actually strictly required because redirection works). For more information, please refer to [rename a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository).