64.5 Spring Boot plugin configuration
The gradle plugin automatically extends your build script DSL with a springBoot
element for global configuration of the Boot plugin. Set the appropriate properties as you would with any other Gradle extension (see below for a list of configuration options):
springBoot { backupSource = false }