Merge branch 'fix-maven-central-https'
commit
4fc5646fd9
|
|
@ -11,6 +11,6 @@ uri={0}/.m2/repository/
|
|||
type=local
|
||||
|
||||
[repos:central]
|
||||
uri=http://repo1.maven.org/maven2/
|
||||
uri=https://repo1.maven.org/maven2/
|
||||
type=remote
|
||||
""".format(dist), file=out)
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ _PATH=${GROUP_ID/./\/}/$ARTIFACT_NAME
|
|||
_ARTIFACT_SPEC_BASENAME=${NON_GROUP_ID/:/-}
|
||||
VERSION=${ARTIFACT_SPEC##*:}
|
||||
echo "Downloading ${ARTIFACT_NAME} version ${VERSION} group id ${GROUP_ID}..." >&2
|
||||
wget http://search.maven.org/remotecontent?filepath=${_PATH}/$VERSION/${_ARTIFACT_SPEC_BASENAME}.jar -O ${_ARTIFACT_SPEC_BASENAME}.jar
|
||||
wget https://search.maven.org/remotecontent?filepath=${_PATH}/$VERSION/${_ARTIFACT_SPEC_BASENAME}.jar -O ${_ARTIFACT_SPEC_BASENAME}.jar
|
||||
echo "...download of ${_ARTIFACT_SPEC_BASENAME}.jar finished." >&2
|
||||
echo ${_ARTIFACT_SPEC_BASENAME}.jar
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -19,8 +19,10 @@ setenv =
|
|||
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
||||
deps =
|
||||
oldjpype: JPype1==0.6.3
|
||||
newjpype: JPype1==0.7
|
||||
jip==0.9.11
|
||||
newjpype: JPype1==0.7.4
|
||||
# https://github.com/jiptool/jip/issues/54
|
||||
#jip==0.9.14
|
||||
https://github.com/jiptool/jip/archive/0.9.14.tar.gz
|
||||
coverage
|
||||
commands =
|
||||
python --version
|
||||
|
|
|
|||
Loading…
Reference in New Issue