PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
638 stars 83 forks source link

[Bug] Bumping addon version requires gradle clean to apply correct version #414

Open Astrashh opened 10 months ago

Astrashh commented 10 months ago

Addons generated during tasks such as :platforms:fabric:runClient do not use the bumped version if they were previously compiled with a different specified version. :common:addons:clean appears to fix this.