architectury / architectury-plugin

A simple gradle plugin to enable developing multiplatform mods.
MIT License
56 stars 19 forks source link

Fix plugin not applying plugins as intended #29

Open ENDERZOMBI102 opened 1 year ago

ENDERZOMBI102 commented 1 year ago

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.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.