Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

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

astrsh opened this issue ยท 1 comments

commented

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.

commented

this is almost certainly an issue with the gradle configuration

most likely, because the version is not added as an input to whatever task uses it.