From 0df98b26f619fbccd46980bcc68ae2e8810c4c2c Mon Sep 17 00:00:00 2001 From: Andreas Leibrock Date: Fri, 8 Dec 2023 09:28:28 +0100 Subject: [PATCH] actually call the plugin --- .github/workflows/gradle.yml | 2 +- .github/workflows/pullrequests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b1f8c38..339cd7e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,7 +29,7 @@ jobs: uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - arguments: build -Preckon.stage=final -Preckon.scope=patch reckonTagCreate + arguments: build sonar -Preckon.stage=final -Preckon.scope=patch reckonTagCreate - name: Push git tag uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 with: diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 9934e37..9abf0d8 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -25,5 +25,5 @@ jobs: with: GPR_USERNAME: ${{ github.actor }} GPR_PASSWORD: ${{ secrets.GITHUB_TOKEN }} - arguments: build + arguments: build sonar