chore: bump Minecraft version to 26.1.1 and update plugin version to 2.0.2#287
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the repository’s targeted Minecraft version and updates the Gradle plugin’s published version suffix, keeping build tooling aligned with the new MC release.
Changes:
- Update
mcVersionto26.1.1. - Bump
surf-api-gradle-pluginversion suffix from2.0.1to2.0.2.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| surf-api-gradle-plugin/build.gradle.kts | Updates Gradle plugin artifact version suffix to -2.0.2 (still prefixed by mcVersion). |
| gradle.properties | Bumps mcVersion to 26.1.1 (but leaves the root version property unchanged). |
| mcVersion=26.1 | ||
| mcVersion=26.1.1 | ||
| group=dev.slne.surf | ||
| version=26.1-3.0.2 |
There was a problem hiding this comment.
mcVersion was bumped to 26.1.1, but the project version property is still 26.1-3.0.2. This creates an inconsistent version scheme ({MC_VERSION}-{LIB_VERSION}) and will also make the Gradle plugin generate Constants.SURF_API_FULL_VERSION from the old value, which is used (e.g. in RunServer.withSurfApiBukkit()) to download the server JAR from GitHub tags/releases. Update version to match the new Minecraft version (or adjust the constant generation to derive the full version consistently).
| version=26.1-3.0.2 | |
| version=26.1.1-3.0.2 |
No description provided.