Skip to content

Commit

Permalink
Check detekt-gradle-plugin functionalTest source when running detekt …
Browse files Browse the repository at this point in the history
…task (#4681)
  • Loading branch information
3flex authored and chao2zhang committed Apr 8, 2022
1 parent c433cc0 commit a16830c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions detekt-gradle-plugin/build.gradle.kts
Expand Up @@ -9,6 +9,10 @@ plugins {
alias(libs.plugins.pluginPublishing)
}

detekt {
source.from("src/functionalTest/kotlin")
}

repositories {
mavenCentral()
google()
Expand Down

0 comments on commit a16830c

Please sign in to comment.