Files
spring-cloud-app-broker/spring-cloud-app-broker-deployer
Abel Salgado Romero 13e0202910 (1.4.x) Remove spring boot duplication in configuration (#800)
* Use SpringBootPlugin.BOM_COORDINATES to define Spring Boot dependencies version
This allows removing 'springBootVersion' so that the actual version can be
set only once in the boot plugin in 'settings.gradle'. This requires adding
the boot plugin to all modules, modules that do not use use 'apply false'
to only add the plugin libraries to the build runtime.
* Replace use of enforcePlarform with platform
2023-06-26 16:53:54 +02:00
..