This message was deleted.
# performance
s
This message was deleted.
e
dependencies and artifact transforms are cached outside of the project, so that may be part of what you're seeing
(also the gradle distribution, if you're using the wrapper, and the generated kotlin extensions api if you're on <8.5)
j
—-rerun-tasks
too
p
--refresh-dependencies
will also retrigger dependency resolution
but the real worse case would be killing the daemon and starting from an empty gradle user home
a
--no-parallel
--org.gradle.workers.max=1
I also see
--org.gradle.vfs.watch=false
in the options. I've never touched it, but it sounds like disabling it might make Gradle slower
a
Thanks, will try all of this!
👍 1
m
--simulate-maven-performance
🧌 1
😂 6