MinecraftForge / ForgeGradle

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

Clean up `Throwables.propagate` usage #479

Closed liach closed 6 years ago

liach commented 6 years ago

Currently, it is observed during compilation that 16 usages of Throwables.propagate exist in ForgeGradle's latest FG_2.3 branch (as of c9bb57920456fb8e982c43c71d8726102d307b09). Since the usage of propagates have been removed in forge itself already, I believe that cleaning this up may be necessary, too.

LexManos commented 6 years ago

It's not strictly necessary, but its on my to-do eventually. Its just a lot of copy/paste.

liach commented 6 years ago

Fixed in def00039474de8e3af0962f442b9025e0e6df2be. Thanks so much lex!