Kotlin / binary-compatibility-validator

Public API management tool
Apache License 2.0
759 stars 55 forks source link

BCV tasks do not work for a project with generated sources when configuration cache is enabled #209

Open fzhinkin opened 3 months ago

fzhinkin commented 3 months ago

While debugging #206 I found that all BCV tasks checking that a project has some non-empty source sets (it's almost all tasks) don't work if a project has generated sources only and the configuration cache is turned on.

The only workaround for the problem is to disable the configuration cache.