Commit fa34221e authored by ziy's avatar ziy

fix docker

parent 028d823d
...@@ -8,11 +8,4 @@ buildscript { ...@@ -8,11 +8,4 @@ buildscript {
classpath('gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.21.0') classpath('gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.21.0')
} }
} }
apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin
\ No newline at end of file
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