diff --git a/build.gradle b/build.gradle index f693fd8..ca1ead1 100644 --- a/build.gradle +++ b/build.gradle @@ -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/**/*' } }