Skip to content

Commit

Permalink
#347 Adding SonarCloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Sep 26, 2024
1 parent e827d93 commit be5ff1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'org.springframework.boot' version '3.3.3'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.17.3'
id 'org.sonarqube' version '3.5.0.2730'
id 'org.sonarqube' version '5.1.0.4882'
id 'jacoco'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
Expand Down Expand Up @@ -91,6 +91,8 @@ jacoco {
jacocoTestReport {
reports {
xml.required = true
html.required = true
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
}
}

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
systemProp.sonar.host.url=https://sonar.josdem.io
systemProp.sonar.host.url=https://sonarcloud.io/
systemProp.sonar.organization=josdem-io

0 comments on commit be5ff1e

Please sign in to comment.