We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa21e0f commit 7d9a3b0Copy full SHA for 7d9a3b0
build.gradle.kts
@@ -81,9 +81,9 @@ dependencies {
81
implementation("javax.cache:cache-api:1.1.0")
82
implementation ("com.fasterxml.jackson.core:jackson-databind")
83
// 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
- }
+// if(project.hasProperty("dev") || project.hasProperty("local")) {
+// implementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
+// }
87
}
88
89
tasks.withType<KotlinCompile> {
0 commit comments