We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18491bb commit 3fc542eCopy full SHA for 3fc542e
pom.xml
@@ -88,7 +88,8 @@
88
89
<!-- sonar -->
90
<sonar.coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
91
- <sonar.host.url>https://sonarqube.dev.inrupt.com</sonar.host.url>
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
92
+ <sonar.organization>inrupt</sonar.organization>
93
<sonar.projectKey>solid-client-java</sonar.projectKey>
94
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
95
</properties>
0 commit comments