Intellij spawn two GradleDaemon processes. Is it normal?

Answered

I am working with a Spring Boot application. When I try to run the bootRun task, it will spawn a launcher and a GradleDaemon process:

Now if I run the build task, instead of using the old build result from the bootRun and do incremental build, it will launch a new GradleDaemon and rebuild everything from scratch:


Is it normal and how to fix this?

0
1 comment

Does it happen in the command line, outside of IntelliJ IDEA?

If the issue is specific to IntelliJ IDEA, please report at https://youtrack.jetbrains.com/issues/IDEA and attach a small sample project to reproduce it. Thank you!

0

Please sign in to leave a comment.