File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ buildscript {
2626 val gradleNodePluginVersion = " 1.2.0"
2727 val dependencyManagementVersion = " 1.0.3.RELEASE"
2828 val uptodatePluginVersion = " 1.6.3"
29- val gradleDockerPluginVersion = " 3.0.8 "
29+ val gradleDockerPluginVersion = " 3.0.12 "
3030
3131 project.extra.set(" kotlinVersion" , kotlinVersion)
3232 project.extra.set(" springBootVersion" , springBootVersion)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tasks.withType<ProcessResources> {
3131task<DockerVersion >(" dockerVersion" )
3232
3333task<DockerBuildImage >(" buildImage" ) {
34- dependsOn(" dockerVersion" )
34+ dependsOn(" build " , " dockerVersion" )
3535 inputDir = file(" ${project.projectDir} /" )
3636 tags = setOf (
3737 " shardis/shardis-webapp:latest" ,
You can’t perform that action at this time.
0 commit comments