Skip to content

Bump plugin and library versions to 1.21.11-2.71.2#267

Merged
twisti-dev merged 2 commits intoversion/1.21.11from
chore/bump-versions
Mar 28, 2026
Merged

Bump plugin and library versions to 1.21.11-2.71.2#267
twisti-dev merged 2 commits intoversion/1.21.11from
chore/bump-versions

Conversation

@twisti-dev
Copy link
Copy Markdown
Contributor

This pull request mainly updates several dependencies and plugins to their latest versions, as well as increments the project version. These changes help keep the project up-to-date, improve compatibility, and may include important bug fixes or performance improvements.

Dependency and plugin updates:

  • Updated kotlinVersion to 2.3.20 in gradle/libs.versions.toml to use the latest Kotlin version.
  • Updated scoreboard-library and its implementation to 2.7.1 in gradle/libs.versions.toml.
  • Updated shadow-gradle-plugin to 9.4.1 in gradle/libs.versions.toml.
  • Updated com.gradle.plugin-publish plugin to 2.1.1 in surf-api-gradle-plugin/build.gradle.kts.

Project version bump:

  • Incremented project version from 1.21.11-2.71.1 to 1.21.11-2.71.2 in gradle.properties.

Minor cleanup:

  • Removed an unused import from buildSrc/src/main/kotlin/java-toolchain-convention.gradle.kts.

@twisti-dev twisti-dev self-assigned this Mar 28, 2026
Copilot AI review requested due to automatic review settings March 28, 2026 12:32
@twisti-dev twisti-dev merged commit e33908a into version/1.21.11 Mar 28, 2026
3 of 4 checks passed
@twisti-dev twisti-dev deleted the chore/bump-versions branch March 28, 2026 12:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project and Gradle plugin dependency versions to keep SURF-API aligned with the latest tooling and library releases, including a patch version bump for the overall build.

Changes:

  • Bumped project version to 1.21.11-2.71.2.
  • Updated Kotlin, scoreboard library, Shadow plugin, and Gradle Plugin Publish plugin versions.
  • Removed an unused import from the Java toolchain convention script.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
surf-api-gradle-plugin/build.gradle.kts Bumps com.gradle.plugin-publish plugin version to 2.1.1.
gradle/libs.versions.toml Updates Kotlin, scoreboard-library, and Shadow plugin versions in the version catalog.
gradle.properties Increments the overall project version to 1.21.11-2.71.2.
buildSrc/src/main/kotlin/java-toolchain-convention.gradle.kts Removes an unused generated accessor import.

@@ -7,7 +7,7 @@ canvas-api = "1.21.11-R0.1-SNAPSHOT"
hytale-server = "1.0.0"

# Kolin
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

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

Typo in the section header: # Kolin should be # Kotlin for clarity/consistency.

Suggested change
# Kolin
# Kotlin

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