canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
7 stars 11 forks source link

feat(application)!: make configure_services not take parameters #259

Closed lengau closed 6 months ago

lengau commented 6 months ago

Removes build_for and platform from Application._configure_services()

This will break any application that implements _configure_services and any service that expects these.

The new methodology is to pass the build plan to a service and use that.