| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
| Modifier and Type | Method and Description |
|---|---|
CacheSpec |
BootBuildImage.getBuildCache()
Returns the build cache that will be used when building the image.
|
CacheSpec |
BootBuildImage.getLaunchCache()
Returns the launch cache that will be used when building the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BootBuildImage.buildCache(org.gradle.api.Action<CacheSpec> action)
Customizes the
CacheSpec for the build cache using the given
action. |
void |
BootBuildImage.launchCache(org.gradle.api.Action<CacheSpec> action)
Customizes the
CacheSpec for the launch cache using the given
action. |