summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-09 18:29:56 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-09 18:29:56 +0100
commit424e16e8d27f8e7459089554f5036a07d7ea252e (patch)
treee145b4f178cee555af15e8beb9178b72a289bd3b /build.gradle
parent51abccb96af42153c1e01a0914d27a6f93638ed5 (diff)
Book Marx: Properly format bookmarks.
Change-Id: Idd6f2c4622d4b1a16c74b2d3af02e637625732fc
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index d7c4fea..5643d46 100644
--- a/build.gradle
+++ b/build.gradle
@@ -75,6 +75,8 @@ dependencies {
implementation 'org.jsoup:jsoup:1.12.1'
+ implementation "com.vladsch.flexmark:flexmark-all"
+
constraints {
implementation "com.vladmihalcea:hibernate-types-52:${hibernateTypesVersion}"
implementation "org.mapstruct:mapstruct:${mapstructVersion}"
@@ -83,6 +85,7 @@ dependencies {
implementation "jakarta.security.jacc:jakarta.security.jacc-api:${jakartaJaccVersion}"
implementation "net.java.dev.jna:jna:${jnaVersion}"
implementation "org.bitbucket.b_c:jose4j:${jose4jVersion}"
+ implementation "com.vladsch.flexmark:flexmark-all:${flexmarkVersion}"
}
}