Skip to content

Commit 71e478f

Browse files
committed
CI/CD: allowing quality analysis with deprecated java version.
1 parent 77f6cc2 commit 71e478f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ pipeline {
7070
-Dsonar.pullrequest.base=master \\
7171
-Dsonar.pullrequest.provider=github \\
7272
-Dsonar.host.url=${SONAR_HOST_URL} \\
73-
-Dsonar.login=${SONAR_AUTH_TOKEN}
73+
-Dsonar.login=${SONAR_AUTH_TOKEN} \\
74+
-Dsonar.scanner.force-deprecated-java-version=true
7475
"""
7576
}
7677
timeout(time: 30, unit: 'MINUTES') {

0 commit comments

Comments
 (0)