Bump plugin and library versions to 1.21.11-2.71.2#267
Merged
twisti-dev merged 2 commits intoversion/1.21.11from Mar 28, 2026
Merged
Bump plugin and library versions to 1.21.11-2.71.2#267twisti-dev merged 2 commits intoversion/1.21.11from
twisti-dev merged 2 commits intoversion/1.21.11from
Conversation
Contributor
There was a problem hiding this comment.
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 | |||
There was a problem hiding this comment.
Typo in the section header: # Kolin should be # Kotlin for clarity/consistency.
Suggested change
| # Kolin | |
| # Kotlin |
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 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:
kotlinVersionto2.3.20ingradle/libs.versions.tomlto use the latest Kotlin version.scoreboard-libraryand its implementation to2.7.1ingradle/libs.versions.toml.shadow-gradle-pluginto9.4.1ingradle/libs.versions.toml.com.gradle.plugin-publishplugin to2.1.1insurf-api-gradle-plugin/build.gradle.kts.Project version bump:
versionfrom1.21.11-2.71.1to1.21.11-2.71.2ingradle.properties.Minor cleanup:
buildSrc/src/main/kotlin/java-toolchain-convention.gradle.kts.