We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d422e6 commit 0727c02Copy full SHA for 0727c02
1 file changed
.github/workflows/ci.yml
@@ -82,6 +82,7 @@ jobs:
82
with:
83
projectBaseDir: .
84
args: >
85
+ -Dsonar.java.source=17
86
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
87
-Dsonar.projectVersion=${{ env.VERSION }}
88
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
0 commit comments