microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
51 stars 8 forks source link

Enhance Gradle BSP by implementing the BSP requests that are currently unsupported #141

Closed Sidhaarthsr closed 3 weeks ago

Sidhaarthsr commented 4 months ago

In order to provide extensive feature support for Gradle Projects, we will enhance the Gradle Build Server by implementing all the necessary BSP requests that are currently unsupported.

BuildTargetRun BuildTargetTest DebugSessionStart BuildTargetInverseSources

Related Links for more information :

https://gradle.github.io/community/events/gsoc/2024/gradle-build-server-devx/ https://gitlab.eclipse.org/eclipsefdn/emo-team/gsoc-at-the-ef/-/issues/5

jdneo commented 4 months ago

https://github.com/microsoft/build-server-for-gradle/pull/124 covers:

I haven't had a time to review that PR, but that can be a good start.

jdneo commented 4 months ago

related issue: https://github.com/microsoft/build-server-for-gradle/issues/119