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 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 + + + +