Skip to content

Commit dbaf5ce

Browse files
Add option debuf for Sonar
1 parent cbe9619 commit dbaf5ce

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 --trace
49+
run: ./gradlew sonar --debug

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ sonar {
139139

140140
// Отключаем проверку зависимостей
141141
// property("sonar.dependencyVerification.enabled", "false")
142+
property("sonar.log.level", "TRACE")
142143
}
143144
}
144145

0 commit comments

Comments
 (0)