Update build.gradle.kts

This commit is contained in:
usbharu 2024-05-06 17:17:37 +09:00 committed by GitHub
parent 9bb7e81197
commit 2a3312bdd2
1 changed files with 1 additions and 9 deletions

View File

@ -299,14 +299,6 @@ tasks.withType<io.gitlab.arturbosch.detekt.DetektCreateBaselineTask>().configure
exclude("**/org/koin/ksp/generated/**", "**/generated/**")
}
configurations.matching { it.name == "detekt" }.all {
resolutionStrategy.eachDependency {
if (requested.group == "org.jetbrains.kotlin") {
useVersion("1.9.22")
}
}
}
configurations {
all {
exclude("org.springframework.boot", "spring-boot-starter-logging")