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:
75
75
run : ./gradlew javadoc
76
76
77
77
- name : SonarQube
78
- env :
79
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_2025 }}
80
78
run : |
81
79
./gradlew sonar \
82
80
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
83
81
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
84
- -Dsonar.token="${{ secrets.SONAR_TOKEN_2025 }}" \
82
+ -Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
85
83
-Dsonar.qualitygate.wait=true
86
84
87
85
# Deployment
Original file line number Diff line number Diff line change 21
21
groovyBinaryVersion = " 4.0.27"
22
22
23
23
junitVersion = ' 1.12.0'
24
- testcontainersVersion = ' 1.21.1 '
24
+ testcontainersVersion = ' 1.21.2 '
25
25
26
26
scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
27
27
}
You can’t perform that action at this time.
0 commit comments