Skip to content

Releases: anatawa12/ForgeGradle-1.2

v1.0.4

13 Feb 14:28
866d91f
Compare
Choose a tag to compare

Changelog:

  • Fix Link of Gradle repository #25 PR #26
  • JCenter is going to be closed #19 PR #27
  • NoSuchMethodException #28 PR #29

v1.0.3

26 Oct 12:00
Compare
Choose a tag to compare

Breaking Changes

  • cauldron, mcedu, fmldev, and forgedev plugins are not included now. Those plugins were not supported on Gradle 5.0 or later and cannot be supported because some internal apis used in those plugins are removed.
  • maven plugin will not be applied on Gradle 7.0 or later because maven plugin will not be alive.

Changelog:

  • Fix: compile project on windows may fail #7 PR:#11
  • Support running on Gradle 6.0 or later #9 PR:#10
  • Remove cauldron, mcedu, fmldev, and forgedev plugins #14 PR:#16
  • Fix: Running the command "gradle build runClient" causes Forge to crash during initialisation #13 PR:#15
  • Use gradle 6.7 PR:#17