Skip to content

Commit 9edfe58

Browse files
committed
Bump to a new version as soon as dm0275/docker-plugin#3 is merged.
1 parent 142263a commit 9edfe58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

htmlSanityCheck-cli/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'com.github.johnrengelman.shadow' version '8.1.1'
4-
id 'com.fussionlabs.gradle.docker-plugin' version '0.6.0'
4+
id 'com.fussionlabs.gradle.docker-plugin' version '0.7.0-GA'
55
}
66

77
dependencies {
@@ -53,6 +53,7 @@ docker {
5353
dockerFilePath = "."
5454
tags = dockerTags(project)
5555
applyLatestTag = false
56+
noCache = true
5657
}
5758

5859
tasks.register('dockerBuildLocal', com.fussionlabs.gradle.docker.tasks.DockerBuildx) {

0 commit comments

Comments
 (0)