File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
java-version : " 11"
22
22
distribution : " adopt"
23
- server-id : ossrh
23
+ server-id : central
24
24
server-username : MVN_CENTRAL_USERNAME
25
25
server-password : MVN_CENTRAL_PASSWORD
26
26
gpg-private-key : ${{ secrets.GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change 9
9
displayName : Analyse code with SonarQube
10
10
11
11
steps :
12
- - task : SonarCloudPrepare@2
12
+ - task : SonarCloudPrepare@3
13
13
displayName : ' Prepare SonarCloud analysis'
14
14
inputs :
15
15
SonarCloud : ' SonarCloud'
@@ -32,13 +32,13 @@ jobs:
32
32
effectivePomSkip : false
33
33
sonarQubeRunAnalysis : false
34
34
35
- - task : SonarCloudAnalyze@2
35
+ - task : SonarCloudAnalyze@3
36
36
inputs :
37
37
jdkversion : ' JAVA_HOME_21_X64'
38
38
displayName : ' Run SonarCloud code analysis'
39
39
continueOnError : true
40
40
41
- - task : SonarCloudPublish@2
41
+ - task : SonarCloudPublish@3
42
42
displayName : ' Publish SonarCloud quality gate results'
43
43
inputs :
44
44
pollingTimeoutSec : ' 300'
You can’t perform that action at this time.
0 commit comments