wpilibsuite / native-utils

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

Fix native utils crashing when a non runnable compiler is found #125

Closed ThadHouse closed 1 year ago

ThadHouse commented 1 year ago

The option conversion wouldn't accept a null, but a compiler that can't be ran would result in a null metadata component.

Closes #43