Skip to content

Commit 7d9a3b0

Browse files
committed
feat: 농가거래 파트로 기능 전환
1 parent fa21e0f commit 7d9a3b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ dependencies {
8181
implementation("javax.cache:cache-api:1.1.0")
8282
implementation ("com.fasterxml.jackson.core:jackson-databind")
8383
// implementation("com.slack.api:slack-api-client:1.8.1")
84-
if(project.hasProperty("dev") || project.hasProperty("local")) {
85-
implementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
86-
}
84+
// if(project.hasProperty("dev") || project.hasProperty("local")) {
85+
// implementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
86+
// }
8787
}
8888

8989
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)