Skip to content

chore: bump Minecraft version to 26.1.1 and update plugin version to 2.0.2#287

Merged
ammodev merged 1 commit into
version/26.1.1from
chore/update-to-correct-mc-version
Apr 4, 2026
Merged

chore: bump Minecraft version to 26.1.1 and update plugin version to 2.0.2#287
ammodev merged 1 commit into
version/26.1.1from
chore/update-to-correct-mc-version

Conversation

@ammodev

@ammodev ammodev commented Apr 4, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 4, 2026 19:26
@ammodev ammodev merged commit 4d1466a into version/26.1.1 Apr 4, 2026
6 checks passed
@ammodev ammodev deleted the chore/update-to-correct-mc-version branch April 4, 2026 19:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 mcVersion to 26.1.1.
  • Bump surf-api-gradle-plugin version suffix from 2.0.1 to 2.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).

Comment thread gradle.properties
mcVersion=26.1
mcVersion=26.1.1
group=dev.slne.surf
version=26.1-3.0.2

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
version=26.1-3.0.2
version=26.1.1-3.0.2

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants