Skip to content

Fix/plugin file generation#213

Merged
twisti-dev merged 2 commits into
version/1.21.11from
fix/plugin-file-generation
Feb 8, 2026
Merged

Fix/plugin file generation#213
twisti-dev merged 2 commits into
version/1.21.11from
fix/plugin-file-generation

Conversation

@twisti-dev

Copy link
Copy Markdown
Contributor

This pull request contains two minor changes: a version bump and the removal of an unnecessary extension registration. These updates help keep the project versioning accurate and streamline the plugin file generation process.

Versioning update:

  • Updated the plugin version suffix in build.gradle.kts from -1.12.0 to -1.12.1 to reflect the new release version.

Code simplification:

  • Removed the redundant extensions.add call for the plugin file in CommonSurfPluginWithPluginFile.kt, as it is no longer needed for plugin file generation.

@twisti-dev twisti-dev self-assigned this Feb 8, 2026
Copilot AI review requested due to automatic review settings February 8, 2026 13:03
@twisti-dev twisti-dev merged commit 6f50ec4 into version/1.21.11 Feb 8, 2026
4 of 5 checks passed
@twisti-dev twisti-dev deleted the fix/plugin-file-generation branch February 8, 2026 13:03

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

This PR updates the Gradle plugin’s release version and simplifies plugin-file generation by removing a redundant Gradle extension registration in the shared plugin-file generation base class.

Changes:

  • Bump surf-api-gradle-plugin version suffix from -1.12.0 to -1.12.1.
  • Remove an unnecessary extensions.add(...) call when creating the plugin-file extension object.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/surfapi/gradle/platform/common/CommonSurfPluginWithPluginFile.kt Drops redundant extension re-registration; plugin-file generation continues to use the created extension instance.
surf-api-gradle-plugin/build.gradle.kts Updates the published plugin version suffix to -1.12.1.

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