Joseph Hawkes-Cates
09/25/2023, 9:11 PMTo honour the JVM settings for this build a single-use Daemon process will be forked. See <https://docs.gradle.org/8.0/userguide/gradle_daemon.html#sec:disabling_the_daemon>.
Daemon will be stopped at the end of the build
Is there anything we can do to enable the Gradle Daemon in these builds or can someone confirm if this is even worth pursuing?Joseph Hawkes-Cates
09/25/2023, 9:12 PM--daemon
to the build commands, but still see this logVampire
09/25/2023, 9:14 PMVampire
09/25/2023, 9:15 PMgradle.properties
, system properties, commandline arguments, ...Vampire
09/25/2023, 9:16 PM--daemon
and still get that message, my best guess is, that your CI server adds --no-daemon
after your manually configured arguments.Vampire
09/25/2023, 9:17 PMJoseph Hawkes-Cates
09/25/2023, 9:46 PM