diff --git a/.github/workflows/java-cloud-bom-release-note-generation.yaml b/.github/workflows/java-cloud-bom-release-note-generation.yaml index 17601619812d..371d14045a0e 100644 --- a/.github/workflows/java-cloud-bom-release-note-generation.yaml +++ b/.github/workflows/java-cloud-bom-release-note-generation.yaml @@ -58,13 +58,13 @@ jobs: shell: bash run: | set -x - mvn -B -ntp compile -f java-cloud-bom/release-note-generation/pom.xml + mvn -B -ntp compile GOOGLE_CLOUD_JAVA_VERSION=$(grep -A1 'gapic-libraries-bom' \ - ../google-cloud-bom/pom.xml |perl -nle 'print $1 if m/(.+)([^<]+) splitRepositoryLibraryNames = - ImmutableSet.of("bigtable", "firestore", "pubsub", "pubsublite"); + private static final ImmutableSet splitRepositoryLibraryNames = ImmutableSet.of(); private static boolean clientLibraryFilter(String coordinates) { if (coordinates.contains("google-cloud-core")) {