commit | 3b53826ed62adb2dc272c8f10a9e23fbeb71e2cd | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Wed Aug 03 18:19:35 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Aug 04 20:07:00 2016 +0000 |
tree | c9aabed9837b91b4cbb161da5958c474e80c41f5 | |
parent | b5f4f2787aa0945b251d8284c821d67eaac96212 [diff] [blame] |
use maven_repositories section instead - buck warning log was suggesting to use [maven_repositories] Change-Id: Ic3a3e4c7014d294376c60414d8157ed7ccdc07ba
diff --git a/.buckconfig b/.buckconfig index 283935c..02adf56 100644 --- a/.buckconfig +++ b/.buckconfig
@@ -13,5 +13,7 @@ package = //tools/package:onos-package [download] - maven_repo = https://repo1.maven.org/maven2 in_build = true + +[maven_repositories] + central = https://repo.maven.apache.org/maven2