diff options
author | Vitaly Takmazov | 2017-09-06 12:03:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-09-06 12:03:03 +0300 |
commit | 09b1795a7ab08b334dfd3ce94f343caa86f926a6 (patch) | |
tree | 0bda0b1d25744f7c02fc8ae6aac94c1e3378e4bc /juick-xmpp/build.gradle | |
parent | 9b91c5584cb6fbba46d2778f5932bd4c078685e3 (diff) |
xmpp: initial test artifact
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index e74f1e9b..1bd0aa62 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -6,6 +6,10 @@ dependencies { compile project(':juick-server-jdbc') compile project(':juick-server-web') compile 'com.github.juick:com.juick.xmpp:483936e0bd' + testCompile project(path: ':juick-core', configuration: 'testArtifacts') + testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') + testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') + testCompile ('net.sourceforge.htmlunit:htmlunit:2.27') } compileJava.options.encoding = 'UTF-8' |