build.gradle.kts

changeset 246
9a81a11be70e
parent 236
819c5178b6fe
child 247
e71ae69c68c0
equal deleted inserted replaced
245:97b4d0605318 246:9a81a11be70e
1 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile 1 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2 2
3 plugins { 3 plugins {
4 kotlin("jvm") version "1.5.21" 4 kotlin("jvm") version "1.5.32"
5 war 5 war
6 } 6 }
7 group = "de.uapcore" 7 group = "de.uapcore"
8 version = "0.6-SNAPSHOT" 8 version = "0.6-SNAPSHOT"
9 9
10 val log4jVersion = "2.13.1" 10 val log4jVersion = "2.15.0"
11 val slf4jVersion = "1.7.30" 11 val slf4jVersion = "1.7.30"
12 val flexmarkVersion = "0.62.2" 12 val flexmarkVersion = "0.62.2"
13 13
14 repositories { 14 repositories {
15 mavenCentral() 15 mavenCentral()

mercurial