I cannot answer your question about the classes being recompiled, but the daemon is not controlled by GRADLE_OPTS
, it is controlled by the org.gradle.jvmargs
project property.
https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
↧
Full compileTestJava run when only one test class changed
↧