Fix generating docker exports by triggering assemble (#133475) (#133484)
The kibana team relies on using
`:distribution:docker:docker-export:assemble` which has been broken
after the gradle 9.0 update due to the (by now known) change in
behaviour of not tying default artifacts to the assemble task anymore.
The recommended fix is, setting this up explicitly.