Skip to content

Generate service manifests last

Luc Everse requested to merge 264-late-service-manifests into development

Description

Moves the generateServiceManifests task to the end of the processResources task (instead of before it), because otherwise it gets overwritten by the in-IDE development dummy manifest.

Changes

  • Moved gSM task after resource processing

Additions

N/A

Test and Review

Closes #264 (closed)

To be filled in by the reviewers

  • All of the methods are commented to expectation

  • The methods are tested to satisfaction

  • There are no unnecessary files present in the MR

  • The continuous integration has no problems with the MR

  • The MR is filled in as requested (including labels, milestones, and reviewers)

  • The documentation is up-to-date

  • All nullable parameters are marked as such

Merge request reports