Jens Fischer

Results 433 comments of Jens Fischer

I'm starting to question what `org.gradle.parallel=true` accomplishes in the first place, it doesn't really seem to improve build speeds even for regular builds (`gradle assemble testClasses`), and it still seems...

This definitely seems to be memory-related, with a generous `org.gradle.jvmargs=-Xmx12g`, detekt tasks don't hang anymore. However, it still took around a minute longer than a non-parallel run (4 min 30...

Actually, I do have `parallel = true` in the `detekt {}` gradle block. Not sure how that relates to / if that's the same as `detekt.use.worker.api=true`?