Jens Reimann
Jens Reimann
Sorry that this one has slipped my attention! I don't really understand the reason for this PR though. Couldn't you simply use the maven filtering and then scoop the files...
So why don't you just use https://maven.apache.org/plugins/maven-resources-plugin/copy-resources-mojo.html instead? I am not really fond of adding another dependency. Having a re-implementation of the filtering is also not really what I would...
My suggestion would be to untick this flag by default and simply use the source set provided by the checkstyle plugin configuration from maven.
Thanks for taking a look at this. We are using this pattern of (create draft, add assets, remove draft) in a bunch of cases. Sometimes with a more variable list...
Sure, I will try to. The full code is here: https://github.com/Eclipse-IoT/eclipsecon-2022-hackathon/tree/main/firmware * It is using defmt * The list of dependencies can be seen in the [Cargo.toml](https://github.com/Eclipse-IoT/eclipsecon-2022-hackathon/blob/main/firmware/Cargo.toml) file * >...
Sorry for that.
but is that an API call? or a `drg` functionality. I was hoping to use this in combination with `curl`.
It might make the implementation of `drg` a bit simpler :)
I think you need to rebase the PR
I really appreciate the effort, implementing the "legacy" part too. However (unless you do need it) I would suggest to drop it. I done so, the be easy to change...