Jena libs added to build
This commit is contained in:
parent
1db32e2410
commit
508b905e5c
1 changed files with 9 additions and 8 deletions
17
build.gradle
17
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue