Method and Description |
---|
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.BootJar.isExcludeDevtools() |
org.springframework.boot.gradle.tasks.bundling.BootWar.isExcludeDevtools() |
org.springframework.boot.gradle.tasks.bundling.BootJar.layered()
since 2.4.0 as layering as now enabled by default.
|
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
|
org.springframework.boot.gradle.tasks.bundling.BootJar.setExcludeDevtools(boolean) |
org.springframework.boot.gradle.tasks.bundling.BootWar.setExcludeDevtools(boolean) |