Packaging & Gradle

While packaging, I noticed this message in the log.

UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1a,ETC1)): To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: The Gradle Daemon - Gradle User Guide Version 4.1

UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1a,ETC1)): Daemon will be stopped at the end of the build stopping after processing

I’ve read into the gradle_daemon.html & have attempted to write into the build.gradle found here.

D:\Unreal Engine\Projects\[ProjectName]\Intermediate\Android\APK\gradle\app\build.gradle

However, the build continues to reset what I have written in my build.gradle. I would like my build process to not have to “Fork a new JVM” Can anyone point me into the right direction?