File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,11 @@ jobs:
7575 run : ./gradlew javadoc
7676
7777 - name : SonarQube
78- env :
79- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_2025 }}
8078 run : |
8179 ./gradlew sonar \
8280 -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8381 -Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
84- -Dsonar.token="${{ secrets.SONAR_TOKEN_2025 }}" \
82+ -Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
8583 -Dsonar.qualitygate.wait=true
8684
8785 # Deployment
Original file line number Diff line number Diff line change 2121 groovyBinaryVersion = " 4.0.27"
2222
2323 junitVersion = ' 1.12.0'
24- testcontainersVersion = ' 1.21.1 '
24+ testcontainersVersion = ' 1.21.2 '
2525
2626 scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
2727}
You can’t perform that action at this time.
0 commit comments