From d316e7870ae4521ebc2845c5f48399dd7385036a Mon Sep 17 00:00:00 2001 From: ardevd Date: Wed, 14 Feb 2024 23:04:22 +0100 Subject: [PATCH] removed duplicate arg --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 2f17500..6b2569f 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -56,7 +56,7 @@ jobs: # mandatory -Dsonar.projectKey=flash # Comma-separated paths to directories containing main source files. - -Dsonar.sources=. + #-Dsonar.sources=. # When you need the analysis to take place in a directory other than the one from which it was launched #-Dsonar.projectBaseDir= # optional, default is . # Comma-separated paths to directories containing test source files.