Method and Description |
---|
org.springframework.boot.gradle.tasks.bundling.BootJar.getConfigurations()
since 2.3.5 in favor of
Project.getConfigurations() |
org.springframework.boot.gradle.tasks.bundling.BootArchive.isExcludeDevtools()
since 2.3.0 in favour of configuring a classpath that does not include
development-only dependencies
|
org.springframework.boot.gradle.tasks.bundling.BootArchive.setExcludeDevtools(boolean)
since 2.3.0 in favour of configuring a classpath that does not include
development-only dependencies
|