Skip to content

Commit

Permalink
chore: #1 sonarCloud 프로퍼티 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Jul 9, 2023
1 parent 2747bf5 commit e268937
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.1.1'
id 'io.spring.dependency-management' version '1.1.0'
id "org.sonarqube" version "4.2.1.3168"
}

group = 'everymeal'
version = '0.0.1-SNAPSHOT'

sonar {
properties {
property "sonar.projectKey", "everymeals_EveryMeal_Server"
property "sonar.organization", "everymeals"
property "sonar.host", "https://sonarcloud.io"
}
}

java {
sourceCompatibility = '17'
}
Expand Down

0 comments on commit e268937

Please sign in to comment.