mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* Add workflow to resolve itest dependencies Automate the process of building with option -DwithResolver and possibly opening a PR. This might not always be intended as the resolver does not do minimalistic changes, but removes older dependency versions and adds new ones at the end of the bndrun file. But it mitigates the problem that itests fail silently due to missing dependencies (which is still the case with bndtools 7.2.1). Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>