Mateusz Kolbusz
02/17/2024, 4:32 PM./gradlew assembleDebug --no-daemon
and I've got a message To honour the JVM setting for this build single-use daemon will be forked
So I read I have to set the ENV variable JAVA_OPTS and GRADLE_OPTS to the same content as org.gradle.jvmargs. But it's still forking Gradle Daemon. What else should I do to compile a project without a daemon?Adam S
02/17/2024, 7:30 PMVampire
02/18/2024, 7:10 PMVampire
02/18/2024, 7:10 PMMateusz Kolbusz
02/18/2024, 7:21 PMVampire
02/18/2024, 8:35 PMVampire
02/18/2024, 8:41 PMGRADLE_OPTS
.Vampire
02/18/2024, 8:42 PM--debug
you find a line "[DEBUG] [org.gradle.launcher.daemon.client.DefaultDaemonStarter] Using daemon args:" that shows exactly which args were used to start the daemon. You can try from there what you need, but most probably the -Xm...
options and the instrumentation agent.Vampire
02/18/2024, 8:43 PM