File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2727 distribution : ' temurin'
2828 cache : maven
2929 - name : Maven Install
30- run : mvn clean install -Pci --batch-mode --no-transfer-progress
30+ env :
31+ ORCHESTRATOR_SONAR_VERSION : ${{ vars.ORCHESTRATOR_SONAR_VERSION || 'LATEST_RELEASE' }}
32+ run : >
33+ mvn clean install
34+ -Dsonar.runtimeVersion=$ORCHESTRATOR_SONAR_VERSION
35+ -Pci --batch-mode --no-transfer-progress
3136 - name : Upload plugin jar
3237 uses : actions/upload-artifact@v4
3338 with :
Original file line number Diff line number Diff line change 2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
31+ ORCHESTRATOR_SONAR_VERSION : ${{ vars.ORCHESTRATOR_SONAR_VERSION || 'LATEST_RELEASE' }}
3132 run : >
3233 mvn clean install -Pci
34+ -Dsonar.runtimeVersion=$ORCHESTRATOR_SONAR_VERSION
3335 org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=integrated-application-development_sonar-delphi
3436 --batch-mode --no-transfer-progress
You can’t perform that action at this time.
0 commit comments