aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-08-18 16:22:05 +0300
committerGravatar Vitaly Takmazov2017-08-18 16:22:05 +0300
commitdf58ac0c9854cc33606e7379f1e87a00b0ef8a2d (patch)
tree569afb88c46c42b4bd633bfcdf55ed43f06e995c /juick-www/build.gradle
parent332a6ff3074b5f432108be778e722ab12f3201c4 (diff)
www: render help from markdown
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 7374f8f6..520bad55 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -24,6 +24,8 @@ dependencies {
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
compile 'com.sun.mail:javax.mail:1.6.0'
compile 'com.mitchellbosecke:pebble-spring4:2.4.0'
+ compile 'com.atlassian.commonmark:commonmark:0.9.0'
+ compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.9.0'
testCompile project(path: ':juick-core', configuration: 'testArtifacts')
testCompile project(path: ':juick-server-web', configuration: 'testArtifacts')