Build with Java 8
Change-Id: I06f811fc46a606b719582c0724e8d0c89e823b37
This commit is contained in:
committed by
David Pursehouse
parent
82be8186fe
commit
3931c16bdb
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user