We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23008c4 commit c48f539Copy full SHA for c48f539
1 file changed
pom.xml
@@ -19,6 +19,12 @@
19
<release.version>25</release.version>
20
<micronaut.test.resources.enabled>true</micronaut.test.resources.enabled>
21
<exec.mainClass>io.github.opendonationassistant.Application</exec.mainClass>
22
+ <sonar.organization>opendonationassistant</sonar.organization>
23
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
24
+ <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
25
+ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
26
+ <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
27
+ <sonar.language>java</sonar.language>
28
</properties>
29
30
<dependencies>
0 commit comments