From 508b905e5c5cd32e95e7c4667a001f55a0d96db7 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 24 Feb 2020 18:31:06 +0100 Subject: [PATCH] Jena libs added to build --- build.gradle | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index fa415e5..e0e5921 100644 --- a/build.gradle +++ b/build.gradle @@ -13,16 +13,17 @@ jar { } } configurations{ -bundledLibs + bundledLibs } dependencies{ -bundledLibs 'org.libreoffice:jurt:5.3.2' -bundledLibs 'org.libreoffice:juh:5.3.2' -bundledLibs 'org.libreoffice:ridl:5.3.2' -bundledLibs 'org.libreoffice:unoil:5.3.2' -compile 'junit:junit:4.12' -bundledLibs files('idl') -configurations.compile.extendsFrom(configurations.bundledLibs) + bundledLibs 'org.libreoffice:jurt:5.3.2' + bundledLibs 'org.libreoffice:juh:5.3.2' + bundledLibs 'org.libreoffice:ridl:5.3.2' + bundledLibs 'org.libreoffice:unoil:5.3.2' + compile 'junit:junit:4.12' + bundledLibs group: 'org.apache.jena', name: 'jena-core', version: '3.14.0' + bundledLibs files('idl') + configurations.compile.extendsFrom(configurations.bundledLibs) } jar { from {