Update build.gradle
This commit is contained in:
parent
8bf95fe85a
commit
482de57ddf
|
@ -2,6 +2,7 @@ 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'
|
||||||
|
@ -23,3 +24,9 @@ dependencies {
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sonarqube {
|
||||||
|
properties {
|
||||||
|
property "sonar.projectKey", "Iv1.2815efa9f94be6d8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user