anatawa12 / ForgeGradle-1.2

This is only for FG_1.2(for minecraft 1.7.10). Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
82 stars 32 forks source link

reobf crash with empty message if error was happened #34

Closed anatawa12 closed 1 year ago

anatawa12 commented 3 years ago

With kotlin-stdlib without excluding META-INF, crash with Caused by: java.lang.IllegalArgumentException but from this, I can't know which file produces error.

anatawa12 commented 1 year ago

I think meta-inf/versions/9/module-info.class cause this error

anatawa12 commented 1 year ago

Already fixed