Update build.gradle

This commit is contained in:
sn-ravance 2021-12-20 16:43:29 -06:00 committed by GitHub
parent fd1227b1ab
commit c2736cc8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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