Commit 78c99293 authored by gaoxu's avatar gaoxu 😵

Update docker.gradle

parent fa34221e
......@@ -8,4 +8,11 @@ buildscript {
classpath('gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.21.0')
}
}
apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin
\ No newline at end of file
apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin
docker {
dependsOn build
name"${registryAddress}/${project.group}-${jar.baseName}"
files jar.archivePath
buildArgs(['JAR_FILE': "${jar.archiveName}"])
}
\ No newline at end of file
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