Skip to content

Commit 16402cd

Browse files
committed
Switch to server-side markdown. This has not been fully tested.
1 parent 19e16b7 commit 16402cd

File tree

5 files changed

+439
-275
lines changed

5 files changed

+439
-275
lines changed

server/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ group "com.objectcomputing.checkins"
1212

1313
repositories {
1414
mavenCentral()
15+
maven { url 'https://jitpack.io' }
1516
}
1617

1718
micronaut {
@@ -69,6 +70,7 @@ dependencies {
6970
runtimeOnly("org.postgresql:postgresql")
7071

7172
compileOnly ("org.projectlombok:lombok")
73+
implementation("com.github.Steppschuh:Java-Markdown-Generator:master-SNAPSHOT")
7274

7375
annotationProcessor ("org.projectlombok:lombok")
7476
annotationProcessor ("io.micronaut:micronaut-inject-java")

0 commit comments

Comments
 (0)