From cd80d6a15baaa954883f3abe2a28e6b5958ac601 Mon Sep 17 00:00:00 2001 From: scottf Date: Tue, 24 Feb 2026 13:35:06 -0500 Subject: [PATCH 1/2] pcgroups cli work --- .github/workflows/pcgcli-main.yml | 2 +- .github/workflows/pcgcli-pr.yml | 2 +- pcgroups-cli/build.gradle | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pcgcli-main.yml b/.github/workflows/pcgcli-main.yml index dfb6d30..003b2e5 100644 --- a/.github/workflows/pcgcli-main.yml +++ b/.github/workflows/pcgcli-main.yml @@ -1,4 +1,4 @@ -name: Partitioned Consumer Groups Main Snapshot +name: Partitioned Consumer Groups CLI Main Snapshot on: push: diff --git a/.github/workflows/pcgcli-pr.yml b/.github/workflows/pcgcli-pr.yml index d5d243a..b91da6b 100644 --- a/.github/workflows/pcgcli-pr.yml +++ b/.github/workflows/pcgcli-pr.yml @@ -1,4 +1,4 @@ -name: Partitioned Consumer Groups Pull Request +name: Partitioned Consumer Groups CLI Pull Request on: pull_request: diff --git a/pcgroups-cli/build.gradle b/pcgroups-cli/build.gradle index 93a4161..91d173f 100644 --- a/pcgroups-cli/build.gradle +++ b/pcgroups-cli/build.gradle @@ -12,7 +12,6 @@ plugins { group = 'io.synadia' version = "0.1.0" def originalUber = 'pcg-cli-' + version + '-uber.jar' -System.out.println(originalUber) java { sourceCompatibility = JavaVersion.VERSION_1_8 From 6be08a99b3ceb17d508281019bc3b2d6c5d2bb1b Mon Sep 17 00:00:00 2001 From: scottf Date: Tue, 24 Feb 2026 13:38:14 -0500 Subject: [PATCH 2/2] need snapshot repo --- pcgroups-cli/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pcgroups-cli/pom.xml b/pcgroups-cli/pom.xml index 9091eaf..c5ff3c3 100644 --- a/pcgroups-cli/pom.xml +++ b/pcgroups-cli/pom.xml @@ -34,6 +34,23 @@ 2.25.1 + + + sonatype releases + https://repo1.maven.org/maven2/ + + true + + + + sonatype snapshots + https://central.sonatype.com/repository/maven-snapshots + + true + + + +