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 committed Apr 7, 2022
1 parent 7c903c5 commit 8c68b78
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 8c68b78

Please sign in to comment.