Skip to content

Commit a781f6a

Browse files
committed
Sonar should talk to localhost by default
1 parent 384c758 commit a781f6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676

7777
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
7878
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
79+
<!-- setup sonar to run locally by default -->
80+
<sonar.host.url>http://localhost:9000</sonar.host.url>
7981

8082
<kotlin.code.style>official</kotlin.code.style>
8183
<test.containers.version>1.20.6</test.containers.version>

0 commit comments

Comments
 (0)