Jena libs added to build

This commit is contained in:
Georgy Litvinov 2020-02-24 18:31:06 +01:00
parent 1db32e2410
commit 508b905e5c

View file

@ -13,16 +13,17 @@ jar {
} }
} }
configurations{ configurations{
bundledLibs bundledLibs
} }
dependencies{ dependencies{
bundledLibs 'org.libreoffice:jurt:5.3.2' bundledLibs 'org.libreoffice:jurt:5.3.2'
bundledLibs 'org.libreoffice:juh:5.3.2' bundledLibs 'org.libreoffice:juh:5.3.2'
bundledLibs 'org.libreoffice:ridl:5.3.2' bundledLibs 'org.libreoffice:ridl:5.3.2'
bundledLibs 'org.libreoffice:unoil:5.3.2' bundledLibs 'org.libreoffice:unoil:5.3.2'
compile 'junit:junit:4.12' compile 'junit:junit:4.12'
bundledLibs files('idl') bundledLibs group: 'org.apache.jena', name: 'jena-core', version: '3.14.0'
configurations.compile.extendsFrom(configurations.bundledLibs) bundledLibs files('idl')
configurations.compile.extendsFrom(configurations.bundledLibs)
} }
jar { jar {
from { from {