1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Move terraform and kubernetes folder to be under proxy (#127)

* Move terraform and kubernetes folder to be under proxy

There is no reason for them to be under proxy/src/... any more now that
we have a Gradle-idiomatic folder structure.
This commit is contained in:
Lai Jiang
2019-06-20 14:28:32 -04:00
committed by GitHub
parent 9cd7c9402f
commit 520145f641
30 changed files with 8 additions and 17 deletions

View File

@@ -1,14 +1,5 @@
apply plugin: 'java'
sourceSets {
main {
resources {
exclude "${javaDir}/terraform/"
exclude "${javaDir}/kubernetes/"
}
}
}
createUberJar('deployJar', 'proxy_server', 'google.registry.proxy.ProxyServer')
project.build.dependsOn deployJar