Upgrade4 the Docker plugin for Gradle. Old one doesn't work propertly on my machine.
Signed-off-by: niclas <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/4a7611cf Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/4a7611cf Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/4a7611cf Branch: refs/heads/develop Commit: 4a7611cfbe6107e4aa92abe6803c36c0c1152934 Parents: ea3f84a Author: niclas <[email protected]> Authored: Thu May 25 16:52:33 2017 +0800 Committer: niclas <[email protected]> Committed: Thu May 25 16:52:33 2017 +0800 ---------------------------------------------------------------------- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/4a7611cf/buildSrc/build.gradle ---------------------------------------------------------------------- diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index b5ac8d6..1927808 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -33,7 +33,7 @@ dependencies { compile 'org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1' compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.httpcomponents:httpmime:4.5.2' - compile 'com.bmuschko:gradle-docker-plugin:3.0.5' + compile 'com.bmuschko:gradle-docker-plugin:3.0.7' compile 'com.moowork.gradle:gradle-node-plugin:1.1.1' testCompile 'junit:junit:4.12'
