File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 ${{ runner.os }}-gradle-
2626 - name : Build with Gradle & Sonarqube analysis
2727 run : |
28- ./gradlew build --info
29- ./gradlew test --info
30- ./gradlew jacocoTestReport --info
31- ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} --info
28+ ./gradlew build
29+ ./gradlew test
30+ ./gradlew jacocoTestReport
31+ ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
3232 - name : DefectDojo
3333 if : always()
3434 uses : C4tWithShell/defectdojo-action@1.0.5
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ subprojects {
112112
113113 sonar {
114114 properties {
115- property " sonar.projectKey" , " hyperledger-iroha: iroha-java"
115+ property " sonar.projectKey" , " iroha-java"
116116 property " sonar.host.url" , " https://sonar.katana.soramitsu.co.jp"
117117 property " sonar.java.coveragePlugin" , " jacoco"
118118 property " sonar.projectName" , " ${ project.group} :${ rootProject.name} .${ project.name} "
You can’t perform that action at this time.
0 commit comments