-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Labels
Description
Android Studio mentions this, needs a little research
Projects using Daemon toolchain allow builds to automatically detect installed toolchains given the defined JVM criteria or download a compatible one if cannot be found locally. In addition, using the Daemon toolchain aligns the selection between CLI and IDE, avoiding spawning multiple Daemons improving performance but also makes it simple to handle the required toolchain on different machines.
https://docs.gradle.org/current/userguide/gradle_daemon.html#daemon_jvm_criteria
Reactions are currently unavailable