Skip to content

Commit

Permalink
feat: 농가거래 파트로 기능 전환
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Aug 18, 2024
1 parent fa21e0f commit 7d9a3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ dependencies {
implementation("javax.cache:cache-api:1.1.0")
implementation ("com.fasterxml.jackson.core:jackson-databind")
// implementation("com.slack.api:slack-api-client:1.8.1")
if(project.hasProperty("dev") || project.hasProperty("local")) {
implementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
}
// if(project.hasProperty("dev") || project.hasProperty("local")) {
// implementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
// }
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit 7d9a3b0

Please sign in to comment.