From 431424c043dbd2a22901296ac6669f4e10e2ba07 Mon Sep 17 00:00:00 2001 From: w3stling Date: Sat, 24 Aug 2024 18:28:17 +0200 Subject: [PATCH] Updated build script --- .github/workflows/pr-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 5adaff6..98fbc54 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -56,6 +56,8 @@ jobs: args: > -Dsonar.organization=w3stling -Dsonar.projectKey=w3stling_rssreader + -Dsonar.java.binaries=build/classes + -Dsonar.sources=src/main/java env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}