Skip to content

Commit

Permalink
Tag publishPlugins task as incompatible with configuration cache (det…
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored and VitalyVPinchuk committed Jul 25, 2022
1 parent c07a81b commit df78019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions detekt-gradle-plugin/build.gradle.kts
Expand Up @@ -167,6 +167,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 df78019

Please sign in to comment.