microsoft / build-server-for-gradle

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

Fine tune the handling logic when the server and client is out-of-sync #50

Open jdneo opened 1 year ago

jdneo commented 1 year ago

See: https://github.com/microsoft/build-server-for-gradle/pull/37#discussion_r1269067890

When client ask server for a non-exist build target, usually this is a hint that client and server is out-of-sync. We need to handle it smarter.