Commit fa34221e authored by ziy's avatar ziy

fix docker

parent 028d823d
...@@ -9,10 +9,3 @@ buildscript { ...@@ -9,10 +9,3 @@ buildscript {
} }
} }
apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin
docker {
dependsOn build
name"${registryAddress}/${project.group}-${jar.baseName}"
files jar.archivePath
buildArgs(['JAR_FILE': "${jar.archiveName}"])
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment