Starlight220
Starlight220
Can this be closed?
Consequence of #2701, and would probably be fixed by the same change.
I don't think another `runsWhenDisabled` is a good idea or solution for this. There are multiple options, all of them currently usable: - Cutting out the scheduler: calling the subsystem's...
This can theoretically be done completely from the template `build.gradle` DSL, no need to add any features to GradleRIO/EmbeddedTools. I haven't tested this, but this simple snippet should send the...
Is the intention to add a mechanism similar to the vendordep one but for HALSim extensions; or something else?
Doesn't the `downloadAll` task exist for this purpose?
I think the version might need to be hardcoded (or at least accessible from plugin code) for release. Unless maybe we hardcode to `gradle.properties` (#429 ) and publish in CI.
@ThadHouse do you think that it's realistic/practical to publish via CI that hardcodes the latest git tag to `gradle.properties`?
Hasn't this been handled by #444?
A commit editing `gradle.properties` will be needed anyway. The trick is that we might be able to have the commit done by GH Actions, though then the tag will be...