master Changelog 0.1 === - 0.1.4 Set MR Jar classifier to "mr" Prevents conflicting with main jar. Buildscript authors should change this themselves if they prefer. ```groovy tasks.named('multiReleaseJar', Jar) { archiveClassifier = '' } ``` This and many others will be documented in due time. - 0.1.3 Make assemble depend on the MR Jar task - 0.1.2 Add the "Multi-Release: true" attribute to built jar Reminder that the multiReleaseJar is a separate task from the jar task. This plugin does not mutate the jar task in any capacity. - 0.1.1 Re-attempt publishing Can't use 0.1.0 since it's already on the Forge maven. - 0.1.0 Initial commit