Earthcomputer / jarmod-buildsystem-2

Buildsystem for Minecraft 1.13+ Jar Mods built on top of ForgeGradle 3.0
MIT License
13 stars 7 forks source link

Inner classes should be distributed if outer class is modified #2

Closed Earthcomputer closed 5 years ago

Earthcomputer commented 6 years ago

If the outer class is modified in a way such that the inner class isn't (i.e. line numbers aren't changed) (e.g. removal of bridge method), then the inner class isn't detected as modified, causing NoSuchMethodErrors and similar during distribution.