Iñaki Villar

Results 65 comments of Iñaki Villar

This issue is old and was intended to be for building the project. But I just stop one moment and thinking about environments where execute Bagan, GHA is a perfect...

Hi, we have still the `JdkImageWorkaround` with references like: ``` android.unitTestVariants.all(configureVariant) android.applicationVariants.all(configureVariant) ``` https://github.com/gradle/android-cache-fix-gradle-plugin/blob/main/src/main/groovy/org/gradle/android/workarounds/JdkImageWorkaround.groovy#L66

fixed in https://github.com/gradle/android-cache-fix-gradle-plugin/commit/67e5ad689e594f9ff4d8962d6492a2093d183f3f

hi @HaliksaR, can you try with `io.github.cdsap.talaiot:talaiot:2.0.4` ?

feel free to re-open the issue if you are still experiencing issues, for now I'm closing the issue

Hi @SimonMarquis , that’s a good question. I don’t have a strong preference here. When I created the PR, I targeted the GHA because we rely on the auto-injection capability...

PR #407 offers partial support ignoring the functionality failing with isolated projects: * TaskAbbreviatonMatcher * Dictionary task path/types

I'm reviewing the ConditionalDependencies Test, that is the one with a relevant error mesage

Hi @notsatyarth In Talaiot 2.x we support custom publishers and depending on the logic in them it could be compatible with configuration cache. Given a publisher like: ```kotlin class CustomPublisher...