Skip to content

Commit eb08f81

Browse files
committed
[0.9.0]
Sonar configured
1 parent de30d6b commit eb08f81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ spotless {
6161
}
6262
}
6363

64+
sonarqube {
65+
properties {
66+
property "sonar.host.url", "https://sonarcloud.io"
67+
property "sonar.organization", "goodforgod"
68+
property "sonar.projectKey", "GoodforGod_http-common"
69+
}
70+
}
71+
6472
publishing {
6573
publications {
6674
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)