microsoft / build-server-for-gradle

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

feat: Support resolve artifacts dependencies #43

Closed jdneo closed 1 year ago

jdneo commented 1 year ago

This PR supports the 'buildTarget/dependencyModules' request: https://build-server-protocol.github.io/docs/specification#buildtargetdependencymodules-request

See: https://build-server-protocol.github.io/docs/specification#buildtargetdependencymodules-request

The definition of the data field is here: https://build-server-protocol.github.io/docs/extensions/maven