mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Build proxy image in Gradle (#179)
This commit is contained in:
parent
30f6113b05
commit
8fd5ab2bec
2 changed files with 15 additions and 11 deletions
|
@ -16,7 +16,11 @@ apply plugin: 'java'
|
|||
|
||||
createUberJar('deployJar', 'proxy_server', 'google.registry.proxy.ProxyServer')
|
||||
|
||||
project.build.dependsOn deployJar
|
||||
task buildProxyImage(dependsOn: deployJar, type: Exec) {
|
||||
commandLine 'docker', 'build', '-t', 'proxy', '.'
|
||||
}
|
||||
|
||||
project.build.dependsOn buildProxyImage
|
||||
|
||||
dependencies {
|
||||
def deps = rootProject.dependencyMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue