Fix overrides of plugin repository (take 2 of []

The correct way to override the plugins repo is through the pluginManagement
section in the gradle settings file.  Also make use of the gradle.properties
file to initialize repositoryUrl and also publishUrl so we don't have to mess
around with finding and assigning them in the main gradle file.

The lock files are also updated.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233810854
This commit is contained in:
jianglai
2019-02-13 16:24:16 -05:00
parent 4f9bce1686
commit f677373a54
25 changed files with 69 additions and 157 deletions
@@ -1,7 +0,0 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.aries:docker-java-shaded:3.1.0-rc-5
javax.activation:activation:1.1.1
org.slf4j:slf4j-api:1.7.5
org.slf4j:slf4j-simple:1.7.5