Skip to content

Commit 6095938

Browse files
#5 Add SonarQube
1 parent 74543fa commit 6095938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sonar {
99
properties {
1010
property "sonar.projectKey", "valentinacupac_sandbox-java"
1111
property "sonar.organization", "valentinacupac"
12-
property "sonar.host", "https://sonarcloud.io"
12+
property "sonar.host.url", "https://sonarcloud.io"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)