We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384c758 commit a781f6aCopy full SHA for a781f6a
pom.xml
@@ -76,6 +76,8 @@
76
77
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
78
<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>
81
82
<kotlin.code.style>official</kotlin.code.style>
83
<test.containers.version>1.20.6</test.containers.version>
0 commit comments