Skip to content

Commit cbe9619

Browse files
Set trace level for Sonar
1 parent 49c4551 commit cbe9619

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mainCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Build and analyze
4747
env:
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49-
run: ./gradlew sonar --info
49+
run: ./gradlew sonar --trace

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ sonar {
136136
property("sonar.projectKey", "VictorGotsenko_java-project-99")
137137
property("sonar.organization", "victorgotsenko")
138138
property("sonar.host.url", "https://sonarcloud.io")
139+
139140
// Отключаем проверку зависимостей
140141
// property("sonar.dependencyVerification.enabled", "false")
141142
}

0 commit comments

Comments
 (0)