[Libreoffice-commits] core.git: Branch 'libreoffice-6-1-5' - odk/CustomTarget_javadoc.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 13:37:40 UTC 2019


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

New commits:
commit 98daad73b52bdeebef137dd4791a8e072d7394f2
Author:     Fridrich Štrba <fridrich.strba at bluewin.ch>
AuthorDate: Thu Jan 24 15:58:57 2019 +0100
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon Jan 28 14:37:20 2019 +0100

    Fix build with recent jdk 11.0.2
    
    Change-Id: I0ee68e087e3973b6a148f9bfefc16581606d6568
    Reviewed-on: https://gerrit.libreoffice.org/66962
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

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