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 b36cae52e9
commit 2a381b7071
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) {