Nelson Osacky
Nelson Osacky
Can you clarify what the difference is between the build that uploaded the cost report and the one that did upload it? Is it working sometimes but not always? Is...
What version of flank did you use? What is the difference in configuration for that version of flank and this execution of flank via fladle?
Can you please share with me the version of flank you used where you saw the report being uploaded? Please also try running flank directly (without fladle) with the generated...
The cause of this difference to the inputs on the `GenerateReportsTask` is that the `KtLintCheck` which uses the [`KtLintWorkAction`](https://github.com/JLLeitschuh/ktlint-gradle/blob/35b6005f0b4c5912d17fc328cfa8e80478f705ea/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/worker/KtLintWorkAction.kt#L90) is writing the fully qualified paths to the files in the...
A cache relocateability test would be the best way. Here is an example (although outdated): https://github.com/gradle/kotlin-relocation-test Here is such a relocation test inside the Android Cache fix plugin: https://github.com/gradle/android-cache-fix-gradle-plugin/blob/master/src/test/groovy/org/gradle/android/CrossVersionOutcomeAndRelocationTest.groovy
It seems this was released. Which version was it included in? (Looks like 7.3.0) Can this issue be closed?
It's a good point. Unfortunately, for the transforms where this is currently happening very often there is no way to test what would happen because there is no API to...
Another use case here that I just wanted to add is that if we have a transform which is too large to be stored in the remote build cache and...
Is there any reason that we are not running experiment 1 as well?
We will not do this and instead favor supporting Google's Room Gradle plugin.