We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fb813 commit 7c5aaf8Copy full SHA for 7c5aaf8
build.gradle.kts
@@ -45,10 +45,10 @@ tasks {
45
property("sonar.projectKey", "redhat-developer_intellij-common-ui-test-library")
46
property("sonar.organization", "redhat-developer")
47
property("sonar.host.url", "https://sonarcloud.io")
48
- property("sonar.sources", "src")
+ property("sonar.junit.reportsPath", layout.buildDirectory.dir("test-results").get().asFile.absolutePath)
49
+ property("sonar.gradle.skipCompile", "true")
50
}
51
-
52
53
54
publishing {
0 commit comments