From 26b88742106008dd887ccbbb4002d884b0fdd85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=8A=B9=EC=9A=B0?= Date: Sat, 13 Apr 2024 20:58:26 +0900 Subject: [PATCH] [FIX]: sonar test --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5383d37..bad42d6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ plugins { id 'java' id 'org.sonarqube' version '3.3' - id 'org.springframework.boot' version '2.5.6' // Spring Boot 버전을 2.5.6으로 변경 - id 'io.spring.dependency-management' version '1.0.11.RELEASE' // Spring Boot 버전 변경 + id 'org.springframework.boot' version '3.1.3' + id 'io.spring.dependency-management' version '1.1.3' } group = 'com.example' @@ -14,7 +14,6 @@ jar { java { sourceCompatibility = '17' - targetCompatibility = '17' } configurations { @@ -84,6 +83,7 @@ sonarqube { property "sonar.projectName" , "Studio-Eye-User-Service" property "sonar.sources", "src" // 소스 경로 property "sonar.language", "java" // 언어 + property "sonar.java.source", "17" property "sonar.sourceEncoding", "UTF-8" property "sonar.profile", "Sonar way" // SonarQube 에서 분석할 때 적용할 프로필(분석할 수준 설정) property "sonar.java.binaries", "${buildDir}/classes" // 자바 클래스 파일위치