Skip to content

Commit

Permalink
Remove unused dependencies (detekt#6684)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored and mgroth0 committed Feb 11, 2024
1 parent 9ff755a commit c28041b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion detekt-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ val pluginsJarFiles by configurations.resolvable("pluginsJarFiles") {
dependencies {
implementation(libs.jcommander)
implementation(projects.detektTooling)
implementation(projects.detektParser)
implementation(libs.kotlin.compilerEmbeddable) {
version {
strictly(libs.versions.kotlin.get())
Expand Down
1 change: 0 additions & 1 deletion detekt-compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {

testImplementation(libs.assertj)
testImplementation(libs.kotlinCompileTesting)
testImplementation(libs.kotlin.compilerEmbeddable)
}

val javaComponent = components["java"] as AdhocComponentWithVariants
Expand Down

0 comments on commit c28041b

Please sign in to comment.