Skip to content

Commit fbd84bb

Browse files
Fix typos
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent 1e71bda commit fbd84bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/continuousIntegrationPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def call(Map pipelineParams = [:]) {
3131
def defaultParameters = [
3232
toolchain: [ jdk: "temurin-jdk17-latest", maven: "apache-maven-3.9.6" ],
3333
buildType: "install",
34-
sonar: [ enable: false, projectKey: null, tokenId: null, exclusions: "*.xml", testExclusions: "**/*.java,*.xml" ],
34+
sonar: [ enable: false, projectKey: null, tokenId: null, exclusions: '*.xml', testExclusions: '**/*.java,*.xml' ],
3535
pushArtifacts: true
3636
]
3737
pipelineParams = defaultParameters << pipelineParams

0 commit comments

Comments
 (0)