MinecraftForge/ForgeGradle

Remove legacy plugin definitions for patcher and MCP plugins

sciwhiz12 opened this issue · 0 comments

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.