wpilibsuite / native-utils

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

Change cross toolchain configuration to be lazier #129

Closed ThadHouse closed 1 year ago

ThadHouse commented 1 year ago

This allows removal of all uses of afterEvaluate in the plugins. This will go a long way to making things more serviable in the future.

Also actually results in a decent speedup, as not all discoverers are searched, and instead the list of discoverers is only searched until one is found.