build.gradle.kts

changeset 279
d73537b925af
parent 275
b199f9cf1a75
child 286
ac1e00190b2b
equal deleted inserted replaced
278:89087a6af16a 279:d73537b925af
3 plugins { 3 plugins {
4 kotlin("jvm") version "1.9.0" 4 kotlin("jvm") version "1.9.0"
5 war 5 war
6 } 6 }
7 group = "de.uapcore" 7 group = "de.uapcore"
8 version = "1.0.1" 8 version = "1.1.0-snapshot"
9 9
10 repositories { 10 repositories {
11 mavenCentral() 11 mavenCentral()
12 } 12 }
13 13
48 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}") 48 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}")
49 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}") 49 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}")
50 implementation("io.github.java-diff-utils:java-diff-utils:4.12") 50 implementation("io.github.java-diff-utils:java-diff-utils:4.12")
51 } 51 }
52 } 52 }
53 val test by getting {
54 dependencies {
55 implementation("org.jetbrains.kotlin:kotlin-test-junit5")
56 runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.5.2")
57 }
58 }
53 } 59 }
54 } 60 }

mercurial