Skip to content

Use ExecOperations in CargoKit Gradle task#585

Open
akshaynexus wants to merge 2 commits into
superlistapp:mainfrom
akshaynexus:codex/gradle9-cargokit-exec-operations
Open

Use ExecOperations in CargoKit Gradle task#585
akshaynexus wants to merge 2 commits into
superlistapp:mainfrom
akshaynexus:codex/gradle9-cargokit-exec-operations

Conversation

@akshaynexus

Copy link
Copy Markdown

Summary

  • Replace deprecated project.exec calls in the CargoKit Gradle task with injected ExecOperations.
  • Convert the Path executable values to strings for Gradle's exec API.

Why

Gradle 9.x no longer allows this task's project.exec usage during execution. This causes Android release builds that depend on super_native_extensions to fail with:

Could not find method exec() for arguments ... on project ':super_native_extensions'

This patch keeps the behavior the same while using Gradle's task-service exec API.

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.

1 participant