From 0177ad4c1d752671a5cfd5b06c3ce3d92a665745 Mon Sep 17 00:00:00 2001 From: mateczagany Date: Fri, 21 Nov 2025 17:22:51 +0100 Subject: [PATCH] [hotfix] Fix maven-shade-plugin not printing included artifacts --- .github/workflows/ci.yml | 2 +- pom.xml | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d116fafc..33412000 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Set JDK uses: actions/setup-java@v5 with: - java-version: 8 + java-version: 11 distribution: 'temurin' cache: 'maven' diff --git a/pom.xml b/pom.xml index bae11173..46bc2430 100644 --- a/pom.xml +++ b/pom.xml @@ -147,24 +147,6 @@ under the License. - - java11 - - 11 - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.6.0 - - - - - shade-sources @@ -195,6 +177,7 @@ under the License. org.apache.maven.plugins maven-shade-plugin + 3.6.0