Update to Kotlin 2.2.10, fix using V1 yarn instead of V2 yarn#26
Merged
Deftu merged 3 commits intoDeftu:mainfrom Aug 30, 2025
Wyvest:main
Merged
Update to Kotlin 2.2.10, fix using V1 yarn instead of V2 yarn#26Deftu merged 3 commits intoDeftu:mainfrom Wyvest:main
Deftu merged 3 commits intoDeftu:mainfrom
Wyvest:main
Conversation
Improve revision error message
There was a problem hiding this comment.
Pull Request Overview
Updates the Kotlin version from 2.0.20 to 2.2.10 and introduces a new MinecraftInfoV2 class with Yarn V2 mappings for various Minecraft versions.
- Updates Kotlin compiler version to 2.2.10 with temporary workaround in settings.gradle.kts
- Adds MinecraftInfoV2 class with V2 Yarn mappings for Minecraft versions 1.14.4 through 1.21.8
- Refactors MinecraftInfo companion object to use a revision list for better scalability
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| gradle.properties | Updates kotlin.version property from 2.0.20 to 2.2.10 |
| settings.gradle.kts | Adds temporary buildscript dependency for Kotlin 2.2.10 compiler |
| src/main/kotlin/dev/deftu/gradle/utils/mcinfo/MinecraftInfoV2.kt | Introduces new MinecraftInfoV2 class with V2 Yarn mappings |
| src/main/kotlin/dev/deftu/gradle/utils/mcinfo/MinecraftInfo.kt | Refactors revision handling to use a list-based approach |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Deftu
approved these changes
Aug 30, 2025
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.
No description provided.