Build with Java 8

Change-Id: I06f811fc46a606b719582c0724e8d0c89e823b37
This commit is contained in:
David Ostrovsky
2014-06-15 00:33:40 +02:00
committed by David Pursehouse
parent 82be8186fe
commit 3931c16bdb
29 changed files with 39 additions and 76 deletions

View File

@@ -10,13 +10,14 @@ def java_doc(
):
# TODO(davido): Actually we shouldn't need to extract the source
# archive, javadoc should just work with provided archive.
external_docs.insert(0, 'http://docs.oracle.com/javase/7/docs/api')
external_docs.insert(0, 'http://docs.oracle.com/javase/8/docs/api')
genrule(
name = name,
cmd = ' '.join([
'mkdir $TMP/sourcepath &&',
'unzip $(location %s) -d $TMP/sourcepath &&' % source_jar,
'javadoc',
'-Xdoclint:-missing',
'-quiet',
'-protected',
'-encoding UTF-8',