GitHub user yinonavraham opened a pull request:
https://github.com/apache/incubator-taverna-mobile/pull/43
Remove maven central repository, use only jcenter
jcenter is a super set on top of maven central, so having both of those
repositories is redundant, and the preferred one should be jcenter.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yinonavraham/incubator-taverna-mobile patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-taverna-mobile/pull/43.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #43
----
commit e4b58a787f208dde34e281c0c17d7f5d12aa0769
Author: Yinon Avraham <[email protected]>
Date: 2017-10-25T11:06:17Z
Remove maven central repository, use only jcenter
jcenter is a super set on top of maven central, so having both of those
repositories is redundant, and the preferred one should be jcenter.
----
---