File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66script :
77 - mvn clean test post-integration-test
88after_success :
9- - mvn sonar:sonar
9+ - mvn sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
1010addons :
1111 sonarcloud :
1212 organization : yassine-github
13+ token :
14+ secure : PYT5/IbiqFd877vdi+CYTx7srXr5ACvAgBSL4rxPqwVSQUdGIZxVTj8JcZp7Cl2WiDj9zDlTHSDaJDt5ZpXnmN5quJBizuCZDVArm3LoRADjxhOd9N8rQEYEE1TZOHlu1+g1i/abOL+av9Spn7lWk1LvuH5BW3b0GiAdqJFevfnJsUYDh4iYHiMYjTIP5dO/cZUnQzgFgZS6YkMA28cgQIy/F03z6tO9oM6kcJ/DGBnqvdGAT2ZxtWhFaaNwJazlxSePCwnOok+v3vgACzGospTJLQ4AdGklYIK+ljGpz7AbiRs7yhvzsib6i5Wr0IEmZmLiyIgjExPdnV+rXAndgig/0bnhv1YzyEf/hCzMczpHvNa0HDAGCxkTIsw76XlumwPMGURdlypWEoWrz/9cwiPMnQ0XcAOTN56msA5nBbNwnJ9KDKIVWKWg447OhbImlTr+qxHI/L+8e1dFxyA1iBg7/wtU/27V2QRABvhdlVGNn1khdkIKhsueYHbBjloUTILHBFKTtJdZdD2z/Vf9cu51EQDwv5IPfkkz/UER8pw4AVKgFi6v57M3unqE5C6g8dZr5CELAqy3tGjf6v9HaTF3AdGEkyIJuxiiO8LM20MJm+IreR/pIv8SVeT7f747hbPCQ+mMe5rSE4KVtSI88OeUcI193pdd5PBg0jU262I=
1315cache :
1416 directories :
1517 - ' $HOME/.m2/repository'
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ project {
1414 ' sonar.links.homepage' ' https://github.com/yassine/ipdata-java-client'
1515 ' sonar.links.issue' ' https://github.com/yassine/ipdata-java-client'
1616 ' sonar.links.scm' ' https://github.com/yassine/ipdata-java-client'
17- ' sonar.projectKey' ' com.github.yassine:ipdata -java-client'
17+ ' sonar.projectKey' ' yassine_ipdata -java-client'
1818 ' sonar.projectName' ' spring-boot-sample'
1919 ' sonar.projectVersion' ' ${project.version}'
20-
20+ ' sonar.host.url ' ' https://sonarcloud.io '
2121 }
2222 dependencies {
2323 dependency(' io.github.openfeign:feign-core:${version.client.feign}' )
You can’t perform that action at this time.
0 commit comments