[Libreoffice-commits] core.git: odk/CustomTarget_javadoc.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 24 15:01:26 UTC 2019


 odk/CustomTarget_javadoc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 635b38704594851648f359477b53f2224b9e6ee1
Author:     Fridrich Štrba <fridrich.strba at bluewin.ch>
AuthorDate: Thu Jan 24 15:58:57 2019 +0100
Commit:     Fridrich Štrba <fridrich.strba at bluewin.ch>
CommitDate: Thu Jan 24 15:59:18 2019 +0100

    Fix build with recent jdk 11.0.2
    
    Change-Id: I0ee68e087e3973b6a148f9bfefc16581606d6568

diff --git a/odk/CustomTarget_javadoc.mk b/odk/CustomTarget_javadoc.mk
index a8f83dcd83c6..9bc62e0887d2 100644
--- a/odk/CustomTarget_javadoc.mk
+++ b/odk/CustomTarget_javadoc.mk
@@ -32,7 +32,7 @@ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt : \
 		$(call gb_Jar_get_target,ridl)
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JDC,1)
 	$(call gb_Helper_abbreviate_dirs,\
-		$(JAVADOC) -J-Xmx120m -use -splitindex \
+		$(JAVADOC) -source $(JAVA_SOURCE_VER) -J-Xmx120m -use -splitindex \
 		-windowtitle "Java UNO Runtime Reference" \
 		-header "$(PRODUCTNAME) $(PRODUCTVERSION) SDK Java API Reference"\
 		-tag attention:a:"Attention:" \


More information about the Libreoffice-commits mailing list