From d4c1a873549d91cfc738170e71a25fae4b4302a6 Mon Sep 17 00:00:00 2001 From: boat cow Date: Sat, 8 Apr 2023 12:49:34 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97d70c5d7..1477efce1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { withSonarQubeEnv(installationName:'sonar-1') { - sh './mvnw clean sonar:sonar' + sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes' } } }