diff options
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index adb053f..ee39d3c 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -1,3 +1,10 @@ +apply plugin: 'java-library-distribution' + +distributions { + main{ + baseName = 'MOA-SPSS' + } +} dependencies { compile fileTree(dir: '../libs', include: '*.jar') @@ -11,6 +18,7 @@ dependencies { compile 'org.xerial:sqlite-jdbc:3.8.11.2' compile 'javax.xml.bind:jaxb-api:2.2.12' compile 'com.sun.xml.bind:jaxb-core:2.2.11' + compile 'com.sun.xml.bind:jaxb-impl:2.2.11' compile 'org.postgresql:postgresql:9.4-1204-jdbc42' } |