From 59a6ffa405c1a4d6c4353421db16a9f846714531 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 25 Aug 2019 21:18:31 +0200 Subject: [PATCH] Add reasoning for single JAR for libreoffice to build.gradle --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index c18f4426894..a18de9d2004 100644 --- a/build.gradle +++ b/build.gradle @@ -129,6 +129,7 @@ dependencies { compile 'commons-cli:commons-cli:1.4' // For Java 9+ compatibility, we include a bundled version of the libreoffice libraries + // See https://bugs.documentfoundation.org/show_bug.cgi?id=117331#c8 for background information // Use the task bundleLibreOffice to update the bundled jar //compile "org.libreoffice:juh:6.2.3" //compile "org.libreoffice:jurt:6.2.3"