Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
astrsh opened this issue Oct 3, 2023 · 1 comment
Labels
Platform: All Issue/PR is applicable to all platforms. Subsystem: Gradle Issue/PR has to do with the gradle build toolchain. Type: Bug Something isn't working as intended.

Comments

@astrsh
Copy link
Member

astrsh commented Oct 3, 2023

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.

@astrsh astrsh added Type: Bug Something isn't working as intended. Platform: All Issue/PR is applicable to all platforms. Subsystem: Gradle Issue/PR has to do with the gradle build toolchain. labels Oct 3, 2023
@solonovamax
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: All Issue/PR is applicable to all platforms. Subsystem: Gradle Issue/PR has to do with the gradle build toolchain. Type: Bug Something isn't working as intended.
Projects
None yet
Development

No branches or pull requests

2 participants