architectury-plugin icon indicating copy to clipboard operation
architectury-plugin copied to clipboard

Fix plugin not applying plugins as intended

Open ENDERZOMBI102 opened this issue 2 years ago • 1 comments

when the architectury plugin is applied, it tries to apply 4 more plugins ( java, eclipse, idea and org.jetbrains.gradle.plugin.idea-ext ), but the way it was done caused only the last one ( org.jetbrains.gradle.plugin.idea-ext ) to actually apply, as maps cannot contain more than one value for a specific key, this PR fixes this by using the project.pluginManager.apply() method to apply each plugin individually.

ENDERZOMBI102 avatar Jan 16 '23 22:01 ENDERZOMBI102

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 16 '23 22:01 CLAassistant