issues
search
microsoft
/
build-server-for-gradle
An implementation of the Build Server Protocol for Gradle
MIT License
55
stars
8
forks
source link
fix: Collect dependencies after all source sets are configured
#67
Closed
jdneo
closed
1 year ago
jdneo
commented
1 year ago
When it comes to multi-module project, we need to exclude source and output libraries from all projects when collecting dependencies. (not only the current project). They should be handled by 'ProjectDependency'.