MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
508 stars 436 forks source link

Remove legacy plugin definitions for patcher and MCP plugins #857

Open sciwhiz12 opened 2 years ago

sciwhiz12 commented 2 years ago

Currently, ForgeGradle defines six Gradle plugin definitions: the three modern definitions corresponding to MCPPlugin, PatcherPlugin, and UserDevPlugin, and the three legacy definitions - one for the MCP plugin and two for the patcher plugin.

As these legacy plugin definitions have not been in use for a very long period of time, these are planned to be removed in the future version bump with breaking changes (such as ForgeGradle 5.2 or 6). Any users of these legacy plugin IDs should migrate to the modern IDs as soon as possible.