Skip to content

Commit

Permalink
Tag publishPlugins task as incompatible with configuration cache (#5101)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jul 19, 2022
1 parent bc8bec2 commit 7ea8761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions detekt-gradle-plugin/build.gradle.kts
Expand Up @@ -138,6 +138,10 @@ tasks {
ideaModule {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13480")
}

publishPlugins {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/21283")
}
}

// Skip publishing of test fixture API & runtime variants
Expand Down

0 comments on commit 7ea8761

Please sign in to comment.