We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c4551 commit cbe9619Copy full SHA for cbe9619
2 files changed
.github/workflows/mainCI.yml
@@ -46,4 +46,4 @@ jobs:
46
- name: Build and analyze
47
env:
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
- run: ./gradlew sonar --info
+ run: ./gradlew sonar --trace
build.gradle.kts
@@ -136,6 +136,7 @@ sonar {
136
property("sonar.projectKey", "VictorGotsenko_java-project-99")
137
property("sonar.organization", "victorgotsenko")
138
property("sonar.host.url", "https://sonarcloud.io")
139
+
140
// Отключаем проверку зависимостей
141
// property("sonar.dependencyVerification.enabled", "false")
142
}
0 commit comments