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

Clean up Gradle stylings and fix issues IDed in Prober (#212)

This commit is contained in:
gbrodman
2019-08-05 15:54:20 -04:00
committed by GitHub
parent 8e00f85f60
commit 3488f95990
8 changed files with 63 additions and 62 deletions

View File

@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
apply plugin: 'java'
createUberJar('deployJar', 'proxy_server', 'google.registry.proxy.ProxyServer')
task buildProxyImage(dependsOn: deployJar, type: Exec) {