Update Gradle wrapper, plugins, and multiple dependencies#57
Closed
0xSoul24 wants to merge 20 commits into
Closed
Conversation
…on and error handling
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….1 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
|
The on_shelf fix seems unnecessary because it's fixed when PackConverter uses Nexo's creative fork (#55). |
Contributor
|
Please do not use AI to generate PR descriptions. You should be able to explain what you did in your PR. |
Contributor
|
In the future, when submitting PRs, please be transparent with any AI tool used to assist with your code, along with what extent the tool was used for. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes several upgrades to dependencies, build plugins, and the Gradle wrapper, along with an important bugfix for resource pack conversion. The main themes are: updating to newer library and plugin versions for better compatibility and features, and improving the robustness of the resource pack conversion process to handle unsupported model transforms.
Dependency and Plugin Upgrades:
com.google.code.gsonto2.13.2,commons-ioto2.21.0,com.twelvemonkeys.imageio-tgato3.13.1, and variousnet.kyori:adventurelibraries to4.26.1inconverter,pack-schema/api, andpack-schema/bedrockmodules for improved stability and feature support. [1] [2] [3] [4]io.freefair.lombokfrom8.6to9.2.0inconverter/build.gradle.kts.com.formdev:flatlafandflatlaf-intellij-themesto3.7.1inbootstrap/build.gradle.kts.Build System and Plugin Changes:
com.github.johnrengelman.shadowtocom.gradleup.shadowGradle plugin throughout the project, including inbootstrap/build.gradle.kts,build-logic/build.gradle.kts, andbuild-logic/src/main/kotlin/pack.publish-conventions.gradle.kts, and updated related configuration. [1] [2] [3]8.6to9.4.1, with related script and property changes for improved build reliability and compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Bugfixes and Conversion Improvements:
PackConverter.javato handle unsupported model transforms (e.g.,"on_shelf") by copying and patching JSON files before loading, preventing enum deserialization errors and providing clearer error messages for malformed packs. [1] [2] [3]CI/CD Workflow Update:
actions/upload-artifact@v7instead of v4 for artifact archiving. (.github/workflows/pullrequest.yml)