Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Change plugin implementation class (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Jan 4, 2021
1 parent f83dc16 commit 37042a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ gradlePlugin {
plugins {
register("detektCompilerPlugin") {
id = "io.github.detekt.gradle.compiler-plugin"
implementationClass = "io.github.detekt.gradle.DetektGradlePlugin"
implementationClass = "io.github.detekt.gradle.DetektKotlinCompilerPlugin"
}
}
}
Expand Down
11 changes: 0 additions & 11 deletions src/main/kotlin/io/github/detekt/gradle/DetektGradlePlugin.kt

This file was deleted.

This file was deleted.

0 comments on commit 37042a5

Please sign in to comment.