wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.08k stars 611 forks source link

Add easier customisation for building groups of projects in gradle #7141

Open spacey-sooty opened 1 month ago

spacey-sooty commented 1 month ago

Goofy ahh https://github.com/wpilibsuite/allwpilib/blob/main/.github/workflows/tools.yml#L37

sciencewhiz commented 1 month ago

Just publish will publish all projects. But that was done intentionally to avoid building things like the gui tools that aren't needed for downstream tools to shorten build time.

spacey-sooty commented 1 month ago

It'd be nice if there was a better way to do that then. Maybe a flag like CMake has to avoid GUI tools?

rzblue commented 1 month ago

I don't think this is really needed