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