diff options
author | 2020-06-15 09:35:23 +0800 | |
---|---|---|
committer | 2020-07-06 17:48:25 +0800 | |
commit | c64e847510fe9f6f3bcd10a6bc4525505d20e9a1 (patch) | |
tree | a996134b1c1c4589b6ca5cc632e0d3fcd9f68d22 /scripts | |
parent | release 0.4.1 (diff) | |
download | java-ebuilder-c64e847510fe9f6f3bcd10a6bc4525505d20e9a1.tar.gz java-ebuilder-c64e847510fe9f6f3bcd10a6bc4525505d20e9a1.tar.bz2 java-ebuilder-c64e847510fe9f6f3bcd10a6bc4525505d20e9a1.zip |
replace SRC_URI in tree.sh with the new domain of maven-central
Signed-off-by: zongyu <zzy2529420793@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tree.sh b/scripts/tree.sh index c44c127..6bb7cc5 100755 --- a/scripts/tree.sh +++ b/scripts/tree.sh @@ -72,7 +72,7 @@ gebd() { PA=${PA//_/-} local M=${MA}-${MV} - local SRC_URI="http://central.maven.org/maven2/${WORKDIR}/${MV}/${M}-sources.jar" + local SRC_URI="https://repo.maven.apache.org/maven2/${WORKDIR}/${MV}/${M}-sources.jar" if [[ ! -f "${POMDIR}"/${M}.pom ]]; then pushd "${POMDIR}" > /dev/null |