ProjectX and the Gradle Daemon
ProjectX and the Gradle Daemon
I was hoping to use ProjectX to tune incremental builds using the Gradle Daemon, but it appears that ProjectX doesn't yet handle the fact that the Gradle Daemon does not stop between executions. Is support for this use case planned?
-
- Posts: 16
- Joined: Mon Jun 12, 2017 3:06 pm
- Contact:
Re: ProjectX and the Gradle Daemon
Are many build executions shown as single build event in the UI? This might be a bug. What version of Gradle are you using?
Also make sure that all Gradle daemons were stopped before running the first build with ProjectX agent. Use "gradle --stop" command. The next build should spawn Gradle daemon with the agent and incremental builds will be profiled.
Also make sure that all Gradle daemons were stopped before running the first build with ProjectX agent. Use "gradle --stop" command. The next build should spawn Gradle daemon with the agent and incremental builds will be profiled.