From d7559c0768a942f4fe595719c0e24aeff0da628b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20T=C3=BCrkoglu?= Date: Mon, 8 Sep 2014 11:27:23 +0200 Subject: [PATCH] Add Java 7 requirement for building gerrit We don't support building with Java 8 yet, add the information to build documentation. Change-Id: I88b28b23e7c1275a44a8c8fa6082edae5df3333a --- Documentation/dev-buck.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index 3c87ca5e00..414033b952 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt @@ -3,6 +3,8 @@ == Installation +Note that you need to use Java 7 for building gerrit. + There is currently no binary distribution of Buck, so it has to be manually built and installed. Apache Ant is required. Currently only Linux and Mac OS are supported. Buck requires Python version 2.7 to be installed.