Build and Release Plan for FHIR2 Module

Build: #598 was successful Changes by Ian Bacher

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
7 minutes
Labels
None
Revisions
Git
c87efd61de9c07b5fc8fa82810734a11fa4d04ac
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
Successful since
#597 ()

Code commits

Git
Author Commit Message Commit date
Ian Bacher Ian Bacher c87efd61de9c07b5fc8fa82810734a11fa4d04ac Switch to using Spotless for code formatting and upgrade license plugin
Spotless can also do license header checks, but it isn't as flexible as
the license-maven-plugin. Using spotless for license headers would require
either a separate license header file per format (since the commenting
is part of the content) or the integration of some additional templating
tools to generate the required header files. This would've made, e.g.,
`spotless:check` more painful to run.