Skip to content

Commit 7c5aaf8

Browse files
committed
chore: fix integration tests
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 33fb813 commit 7c5aaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ tasks {
4545
property("sonar.projectKey", "redhat-developer_intellij-common-ui-test-library")
4646
property("sonar.organization", "redhat-developer")
4747
property("sonar.host.url", "https://sonarcloud.io")
48-
property("sonar.sources", "src")
48+
property("sonar.junit.reportsPath", layout.buildDirectory.dir("test-results").get().asFile.absolutePath)
49+
property("sonar.gradle.skipCompile", "true")
4950
}
5051
}
51-
5252
}
5353

5454
publishing {

0 commit comments

Comments
 (0)