| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
| Modifier and Type | Method and Description |
|---|---|
DockerSpec |
BootBuildImage.getDocker()
Returns the Docker configuration the builder will use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BootBuildImage.docker(Action<DockerSpec> action)
Configures the Docker connection using the given
action. |