My other IJ project is now broken after letting IJ update. Anyone know
anything about geode-dependency-management.gradle or why it would cause:

Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id
'io.spring.dependency-management' not found.

I tried refreshing from Gradle even though I enabled auto-import and
rebuilding but the problem persists. I know I complain a lot about Geode's
Gradle but the reason I do so is because it breaks nearly every day and you
have no idea how frustrating that is when you're trying to actually advance
Geode's code base instead of spending endless hours fighting with Gradle
and IJ. I know I'm not the only one, because I helped another developer
hitting the same crazy problems yesterday and it literally took about 6
hours for him.

Full stack:

Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id
'io.spring.dependency-management' not found.
at
org.gradle.api.internal.plugins.DefaultPluginManager.apply(DefaultPluginManager.java:128)
at
org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.applyType(DefaultObjectConfigurationAction.java:120)
at
org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.access$200(DefaultObjectConfigurationAction.java:38)
at
org.gradle.api.internal.plugins.DefaultObjectConfigurationAction$3.run(DefaultObjectConfigurationAction.java:86)
at
org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.execute(DefaultObjectConfigurationAction.java:143)
at org.gradle.groovy.scripts.DefaultScript.apply(DefaultScript.java:133)
at org.gradle.api.Script$apply.callCurrent(Unknown Source)
at
geode_dependency_management_4fsb42s5gr195cwy27iq0u2n9.run(/Users/klund/dev/gemfire1/open/gradle/geode-dependency-management.gradle:21)
at
org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:90)
... 181 more

Reply via email to