Enhancement (please don't include this emoji/text, just add your details)

Problems

We have large scale server side project using spring-boot gradle plugin. (~200 modules)

After using spring-boot dependency management, IntelliJ idea gradle reload tooks over 2 minutes. If I set setApplyMavenExclusions(false) it reduced to 30 seconds. (improved. But I thinks it's not best).

Goal

If you have any idea (Known limitation, option or workaround etc..) please let me know.

Comment From: kazuki-ma

In my case, if setApplyMavenExclusions(false) is set isDependencyOnLocalProject is one hotspot.

SpringBoot Applying Spring Boot Gradle plugin to large scale multi project slow down IntelliJ reload.

Comment From: kazuki-ma

Sorry I noticied dependency-management-plugin plugin has it's own repository. https://github.com/spring-gradle-plugins/dependency-management-plugin Let me close this issue.