Skip to content

Commit

Permalink
Added SonarCloud support to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nhs authored Jan 10, 2024
1 parent 8bbb5b8 commit e09dbf1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ plugins {
id 'jacoco'
id 'com.github.spotbugs' version '6.0.4'
id 'org.owasp.dependencycheck' version '7.4.4'
id 'org.sonarqube' version '4.4.1.3373'
}

sonar {
properties {
property "sonar.projectKey", "prm-orphaned-record-continuity_prm-repo-nems-event-processor"
property "sonar.organization", "prm-orphaned-record-continuity"
property "sonar.host.url", "https://sonarcloud.io"
}
}

group = 'uk.nhs.prm.deductions'
Expand Down

0 comments on commit e09dbf1

Please sign in to comment.