GTNewHorizons / SpiceOfLife

A Minecraft mod that encourages dietary variety through diminishing returns
GNU Lesser General Public License v3.0
7 stars 11 forks source link

EvalEx shadowing fix #29

Closed wlhlm closed 1 year ago

wlhlm commented 1 year ago

Fixes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12696

@mitchej123 @eigenraven It looks like our 2.0.9 release jar of SpiceOfLife has the EvalEx dependency incorrectly shadowed, or rather not shadowed at all, under /com/udojava/evalex instead of /squeek/spiceoflife/shadow/com/udojava/evalex.

All I did was update gradle wrapper, buildscript, and spotlessApply, but it seems to build correctly now.