This commit is contained in:
sn-ravance 2021-12-20 15:43:52 -06:00
commit ebd868f092
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,7 @@ plugins {
id 'org.springframework.boot' version '2.6.1'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id "org.sonarqube" version "3.3"
}
group = 'fr.christophetd.log4shell'
@ -23,3 +24,9 @@ dependencies {
test {
useJUnitPlatform()
}
sonarqube {
properties {
property "sonar.projectKey", "Iv1.2815efa9f94be6d8"
}
}

View File

@ -1 +0,0 @@
sonar.projectKey=Iv1.2815efa9f94be6d8