Skip to content

Commit 6208e1f

Browse files
committed
study 모듈은 sonar 빌드에서 제외한다.
1 parent 433c01c commit 6208e1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sonar.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ sonar {
55
property "sonar.projectKey", "woowacourse_jwp-dashboard-http"
66
property "sonar.organization", "woowacourse"
77
property "sonar.host.url", "https://sonarcloud.io"
8+
9+
property "sonar.exclusions", "study/**"
810
}
911
}

study/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
testImplementation "org.mockito:mockito-core:5.4.0"
2727
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.2"
2828
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
29-
testImplementation "org.junit.platform:junit-platform-suite:1.7.2"
3029
testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.2"
3130
}
3231

0 commit comments

Comments
 (0)