From 38e9560c7820e65b01e21317eba8e705df12dbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gonz=C3=A1lez=20Marcos?= Date: Wed, 27 Aug 2025 11:15:29 +0200 Subject: [PATCH] ci(sonar): fix GA --- .github/workflows/test.yaml | 2 +- examples/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5f0e060..0c66480 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io - run: mvn --projects space-client --batch-mode verify sonar:sonar + run: mvn --batch-mode verify sonar:sonar -Dsonar.organization=pgmarc -Dsonar.projectKey=pgmarc_space-java-client -Dsonar.java.jdkHome=$JAVA_HOME_11_X64 diff --git a/examples/pom.xml b/examples/pom.xml index a5caaab..3d45fac 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -9,6 +9,10 @@ 0.0.1-SNAPSHOT + + true + + space-client-examples 1.0.0-SNAPSHOT space-client-examples