We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433c01c commit 6208e1fCopy full SHA for 6208e1f
sonar.gradle
@@ -5,5 +5,7 @@ sonar {
5
property "sonar.projectKey", "woowacourse_jwp-dashboard-http"
6
property "sonar.organization", "woowacourse"
7
property "sonar.host.url", "https://sonarcloud.io"
8
+
9
+ property "sonar.exclusions", "study/**"
10
}
11
study/build.gradle
@@ -26,7 +26,6 @@ dependencies {
26
testImplementation "org.mockito:mockito-core:5.4.0"
27
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.2"
28
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
29
- testImplementation "org.junit.platform:junit-platform-suite:1.7.2"
30
testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.2"
31
32
0 commit comments