Releases: palantir/gradle-docker
Releases · palantir/gradle-docker
0.14.0
- Add ability to specify network when using dockerRun
0.13.0
- Add ability to attach Docker labels
- Add --no-cache option to Docker build task
- [BREAK] Make dockerfile configuration a file object instead of a string
0.12.0
- [BREAK] Support Gradle 3.4-rc-1. This version of the plugin requires at least Gradle 3.4-rc-1 and will not work with earlier Gradle versions.
0.11.0
[BREAKING] Remove dependsOn configuration option, replace with cleaned up files option
0.10.0
[BREAKING] Remove dependsOn configuration option, replace with cleaned up files option
0.10.0-rc3
Triggering 0.10.0-rc1 again in Circle
0.10.0-rc2
Triggering 0.10.0-rc1 again in Circle
0.10.0-rc1
- [BREAKING] Remove
dependsOn
configuration option, replace with cleaned up files
option
0.9.2
- Avoid configuration resolution during project configuration (#82)
- Set --quiet option on builds to suppress some output (#72)
- Upgradle to 3.1 (#68)
0.9.1
- improve and fix image name and tag computation