If any Gradle wizard has any idea about the follow...
# arrow
s
If any Gradle wizard has any idea about the following issue that’d be great 🙏 https://kotlinlang.slack.com/archives/C8UK6RTHU/p1641303439037300.
b
Not a fix, but some insight. I've observed similar issues myself on large projects using gradle parallel mode. Disabling parallel mode on CI fixed the issue for me (
-Porg.gradle.parallel=false
).
Also make sure you have gradle daemon disabled on CI
s
It’s already using
parallel=false
. Deamon is still enabled I think, I removed the argument because I saw Github Action automatically adding it but seems to be gone now. Might’ve been a specific version of Gradle Action that was adding it. Thanks for the tip, going to try running again with explicitly adding
-Dorg.gradle.daemon=false
🤞 4
p
damn that sucks 😞 i’ve filed issues over there too, haven’t received any responses yet 😞
😔 1
s
Looks like it is going green with disabled daemon, and turned off
--scan
as well. https://github.com/arrow-kt/arrow/actions/runs/1658308897 GREEN 🦜
🎉 3