microsoft / build-server-for-gradle

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

Get the project build directory and store into the sourceset metadata #59

Open jdneo opened 1 year ago

jdneo commented 1 year ago

Client (IDEs) can use this information to determine if a source entry is optional or not.

Because if a source entry is included in the build directory, it may be removed by a clean action