Tony Robalik

Results 388 comments of Tony Robalik
trafficstars

There's a problem. I've been on ElectricSpock 0.6 for a while and it worked well. I tried bumping to 0.8 and ran into a problem. I tried 0.7 and found...

That would be pretty hard, since my app is ~200k lines of code and it's unclear what exactly the issue is. I'll give it a try, though. What does your...

@johnrengelman you asked if anyone has a project on github that exhibits the problem. I have an open source project at https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/tree/pub-antlr. If you check out that branch and import...

I gave up and never tried again.  On August 13, 2021, GitHub ***@***.***> wrote: > Hi @autonomousapps , I tried to go > to your existing thread with Cedric and...

I can confirm that the following resolved the architecture issue on my M1: ```groovy // settings.gradle pluginManagement { repositories { gradlePluginPortal() maven { url = uri('https://repo.nokee.dev/release') } maven { url...

just FYI, the configuration cache will be the default in Gradle 9, to be released later this year. https://blog.gradle.org/road-to-gradle-9

[This blog post](https://dev.to/autonomousapps/gradles-leaky-abstractions-declarativeish-shell-imperative-core-implementing-a-safeish-global-configuration-dsl-5e63) was inspired by a real use-case in Cashapp's backend services. The post describes doing it from the root, but in the real use-case, we have different configurations...

Thanks for the issue. Can you share that repro? I'd like to understand this case better.

Thanks for the issue. I'll need more information to investigate the root cause. A reproducer and the version of the plugin where the issue was introduced. It's also interesting that...

When you have the two sets of `build/` dirs, if you want to narrow it down yourself, use `diff --brief --recursive good/ bad/` and it'll show the files that are...