GradleRIO icon indicating copy to clipboard operation
GradleRIO copied to clipboard

Don't require headers for vendor libraries if not supported by any built platform

Open ThadHouse opened this issue 6 years ago • 1 comments

Currently, the headers artifacts MUST exist, even if the binaries for the only platform built don't exist, because the resolver still needs to see them.

https://github.com/wpilibsuite/GradleRIO/blob/master/src/main/groovy/edu/wpi/first/gradlerio/wpi/dependencies/WPINativeJsonDepRules.groovy#L45

ThadHouse avatar Oct 12 '19 00:10 ThadHouse

Also need to make sure this doesn't break header only libraries.

ThadHouse avatar Oct 12 '19 00:10 ThadHouse