diff options
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index e73109a..a34044c 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'java-library-distribution' +apply plugin: 'maven-publish' distributions { main{ @@ -9,6 +10,7 @@ distributions { dependencies { compile fileTree(dir: '../libs', include: '*.jar') compile project(':common') + testCompile project(path: ':common', configuration: 'tests') compile 'log4j:log4j:1.2.17' compile 'commons-logging:commons-logging:1.2' |