Update build.gradle

This commit is contained in:
sn-ravance 2021-12-20 15:41:20 -06:00 committed by GitHub
parent 8bf95fe85a
commit 482de57ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
}