This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 4898106 The latest version of leiningen has a dependency problem with
codox (#14132)
4898106 is described below
commit 489810659bd6897cc8a7053233c4c6ff4e9e73a8
Author: Carin Meier <[email protected]>
AuthorDate: Tue Feb 12 12:59:11 2019 -0500
The latest version of leiningen has a dependency problem with codox (#14132)
The document generation tool - this will ping the version to 2.8.3
---
ci/docker/install/ubuntu_clojure.sh | 1 +
docs/build_version_doc/setup_docs_ubuntu.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/ci/docker/install/ubuntu_clojure.sh
b/ci/docker/install/ubuntu_clojure.sh
index 7a94ccc..b20e358 100755
--- a/ci/docker/install/ubuntu_clojure.sh
+++ b/ci/docker/install/ubuntu_clojure.sh
@@ -27,3 +27,4 @@ echo 'Installing Clojure...'
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod 775 lein
sudo cp lein /usr/local/bin
+echo "Y" | sudo lein downgrade 2.8.3
diff --git a/docs/build_version_doc/setup_docs_ubuntu.sh
b/docs/build_version_doc/setup_docs_ubuntu.sh
index 22b2fe2..baa23f6 100755
--- a/docs/build_version_doc/setup_docs_ubuntu.sh
+++ b/docs/build_version_doc/setup_docs_ubuntu.sh
@@ -64,6 +64,7 @@ echo "Installing Clojure dependencies..."
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod 775 lein
sudo cp lein /usr/local/bin
+echo "Y" | sudo lein downgrade 2.8.3
echo "Installing R dependencies..."