one more step
This commit is contained in:
parent
5f8d6bd28a
commit
df8cd4f922
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ bundledLibs 'org.libreoffice:ridl:5.3.2'
|
|||
bundledLibs 'org.libreoffice:unoil:5.3.2'
|
||||
bundledLibs 'org.jbibtex:jbibtex:1.0.15'
|
||||
bundledLibs 'org.json:json:20140107'
|
||||
bundledLibs 'junit:junit:4.12'
|
||||
compile 'junit:junit:4.12'
|
||||
bundledLibs files('idl')
|
||||
configurations.compile.extendsFrom(configurations.bundledLibs)
|
||||
}
|
||||
|
@ -32,6 +32,10 @@ jar {
|
|||
}
|
||||
from('src/main/java') {
|
||||
include '**/*.properties'
|
||||
include '**/*.xml'
|
||||
exclude '**/*Test.class'
|
||||
exclude '**/AllTests.class'
|
||||
exclude 'org/openoffice/**/*'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue