Per the CNB spec, platforms should pass a CNB_PLATFORM_API
variable to all builder lifecycle phases to ensure the phases support the expected platform API version. It is now possible for a lifecycle to implement multiple buildpack and platform APIs, so Spring Boot should follow this recommendation to ensure compatibility with future builders that might default to a different platform API version than the one Boot is expecting.