gradle-docker
gradle-docker copied to clipboard
Add 'quiet' parameter to reduce noisy output
Passes '--quiet' to docker build in order to reduce the build ouput significantly.
Before this PR
The plugin pollutes the Gradle log too much, especially when multiple Gradle modules with containers are part of the same project.
After this PR
Less noise.
Possible downsides?
None, the flag is optional and off by default.
The first pull request went stale due to a lack of reviews (https://github.com/palantir/gradle-docker/pull/445)
Generate changelog in changelog/@unreleased
changelog/@unreleasedType
- [ ] Feature
- [ ] Improvement
- [ ] Fix
- [ ] Break
- [ ] Deprecation
- [ ] Manual task
- [ ] Migration
Description
Passes '--quiet' to docker build in order to reduce the build ouput significantly.
Before this PR
The plugin pollutes the Gradle log too much, especially when multiple Gradle modules with containers are part of the same project.
After this PR
Less noise.
Possible downsides?
None, the flag is optional and off by default.
The first pull request went stale due to a lack of reviews (https://github.com/palantir/gradle-docker/pull/445)
Check the box to generate changelog(s)
- [ ] Generate changelog entry
@fawind This has been hanging around for quite some time, maybe you could have a look? TIA.