wpilibsuite / native-utils

Gradle utility plugin for compiling native libraries
Other
4 stars 21 forks source link

[vendordeps] handle null keys better #191

Closed spacey-sooty closed 2 months ago

spacey-sooty commented 9 months ago

Resolves GradleRIO#727

This reports errors when the vendor file is missing required keys. Instead of throwing a build exception directly we throw a custom exception that will be consumed by the BuildException when we call load.

ThadHouse commented 2 months ago

Can you rebase this to top of tree. Otherwise looks good.