Merge branch 'main' of https://github.com/sn-ravance/log4shell-vulnerable-app
This commit is contained in:
commit
ebd868f092
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
sonar.projectKey=Iv1.2815efa9f94be6d8
|
Loading…
Reference in New Issue
Block a user