You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently buildship directly communicates with the Gradle Daemon. So we need to include the necessary dependencies to integrate with Gradle BSP to run all Gradle Ops.
Delegate to BSP to execute tasks.
Expected Behavior
We'll be able to reference all the classes in BSP Gradle repository from buildship
Buildship will start using BSP functionalities to orchestrate BSP related tasks instead of directly communicating with the Gradle Daemon.
Context
BSP integration reduces code complexity of buildship since all existing Gradle code will be removed
Gradle Task executions in Gradle will completely be orchestrated through BSP Gradle.