From b9c6c36ca47d4b2343e77406a8c491a963a56423 Mon Sep 17 00:00:00 2001 From: sn-ravance Date: Tue, 28 Jun 2022 12:00:37 -0500 Subject: [PATCH] Spring4Shell Resolved a Spring4Shell vuln --- .vscode/settings.json | 3 +++ build.gradle | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e0f15db --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "automatic" +} \ No newline at end of file diff --git a/build.gradle b/build.gradle index 97d26ed..9698f8b 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -24,10 +25,6 @@ test { useJUnitPlatform() } -plugins { - id "org.sonarqube" version "3.3" -} - sonarqube { properties { property "sonar.projectKey", "03495279ef60f968b4ff1ad4fb28e2e4e3fa7eca"