You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the fact that a file was used as task input, it was placed in the configuration cache as entry, and changing this file causes the cache invalidation.
Problem in line `localArtifact.set(variant.artifactGenTask.flatMap { task -> task.artifactFile })`.
flatMap function behaves strangely enough with the configuration cache, see also gradle/gradle#25645Fixes#646
PR #648
Copy file name to clipboardExpand all lines: kover-gradle-plugin/src/functionalTest/kotlin/kotlinx/kover/gradle/plugin/test/functional/cases/ConfigurationCacheTests.kt
+13
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,19 @@ internal class ConfigurationCacheTests {
0 commit comments